Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 19, 2017
1 parent ab446b0 commit 9974c18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "fallible-streaming-iterator"
version = "0.1.3"
version = "0.1.4"
authors = ["Steven Fackler <[email protected]>"]
description = "Fallible streaming iteration"
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/fallible-streaming-iterator"
documentation = "https://docs.rs/fallible-streaming-iterator/0.1.3/fallible_streaming_iterator"
documentation = "https://docs.rs/fallible-streaming-iterator/0.1.4/fallible_streaming_iterator"
readme = "README.md"

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//! // use value
//! }
//! ```
#![doc(html_root_url="https://docs.rs/fallible-streaming-iterator/0.1.3")]
#![doc(html_root_url="https://docs.rs/fallible-streaming-iterator/0.1.4")]
#![warn(missing_docs)]
#![cfg_attr(not(feature = "std"), no_std)]

Expand Down

0 comments on commit 9974c18

Please sign in to comment.