diff --git a/Cargo.toml b/Cargo.toml index c530350..aa7fee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bincode" -version = "1.1.2" # remember to update html_root_url +version = "1.1.3" # remember to update html_root_url authors = ["Ty Overby ", "Francesco Mazzoli ", "David Tolnay ", "Daniel Griffen"] exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml"] diff --git a/src/lib.rs b/src/lib.rs index aa95a18..c558e20 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,7 +25,7 @@ //! Support for `i128` and `u128` is automatically enabled on Rust toolchains //! greater than or equal to `1.26.0`. -#![doc(html_root_url = "https://docs.rs/bincode/1.1.1")] +#![doc(html_root_url = "https://docs.rs/bincode/1.1.3")] #![crate_name = "bincode"] #![crate_type = "rlib"] #![crate_type = "dylib"]