Skip to content

Commit

Permalink
Bump to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Jan 15, 2019
1 parent 6018351 commit 48999b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <iw@whitfin.io>"]
description = "Easy MapReduce and Hadoop Streaming interfaces in Rust"
repository = "https://github.com/whitfin/efflux"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 48999b8

Please sign in to comment.