diff --git a/Cargo.toml b/Cargo.toml index 125d2aaa..1627f478 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bincode" -version = "1.3.1" # remember to update html_root_url +version = "1.3.2" # remember to update html_root_url authors = ["Ty Overby ", "Francesco Mazzoli ", "David Tolnay ", "Zoey Riordan "] exclude = ["logo.png", "examples/*", ".gitignore", ".travis.yml"] diff --git a/src/lib.rs b/src/lib.rs index b0b49e81..c1e19bac 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -24,7 +24,7 @@ //! Support for `i128` and `u128` is automatically enabled on Rust toolchains //! greater than or equal to `1.26.0` and disabled for targets which do not support it -#![doc(html_root_url = "https://docs.rs/bincode/1.3.1")] +#![doc(html_root_url = "https://docs.rs/bincode/1.3.2")] #![crate_name = "bincode"] #![crate_type = "rlib"] #![crate_type = "dylib"]