diff --git a/Cargo.toml b/Cargo.toml index fb1da8b..06a8b68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "fallible-streaming-iterator" -version = "0.1.4" +version = "0.1.5" authors = ["Steven Fackler "] 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.4/fallible_streaming_iterator" +documentation = "https://docs.rs/fallible-streaming-iterator/0.1.5/fallible_streaming_iterator" readme = "README.md" [features] diff --git a/src/lib.rs b/src/lib.rs index 5cbecc8..acd90ad 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,7 @@ //! // use value //! } //! ``` -#![doc(html_root_url="https://docs.rs/fallible-streaming-iterator/0.1.4")] +#![doc(html_root_url="https://docs.rs/fallible-streaming-iterator/0.1.5")] #![warn(missing_docs)] #![cfg_attr(not(feature = "std"), no_std)]