From 48999b84352d8291b1607e029eb515496e04aff9 Mon Sep 17 00:00:00 2001 From: Isaac Whitfield Date: Tue, 15 Jan 2019 15:30:59 -0800 Subject: [PATCH] Bump to v2.0.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1f56e59..f217495 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "efflux" -version = "2.0.0" # remember to update html_root_url +version = "2.0.1" # remember to update html_root_url authors = ["Isaac Whitfield "] description = "Easy MapReduce and Hadoop Streaming interfaces in Rust" repository = "https://github.com/whitfin/efflux" diff --git a/src/lib.rs b/src/lib.rs index d285fc5..d68736e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,7 +7,7 @@ //! //! Macros are provided for IO, to provide a compile-time guarantee of things //! such as counter/status updates, or writing to the Hadoop task logs. -#![doc(html_root_url = "https://docs.rs/efflux/2.0.0")] +#![doc(html_root_url = "https://docs.rs/efflux/2.0.1")] #[macro_use] pub mod macros; pub mod context;