From 6a5394f97e4e4b07a87ece9a2ef03ce684db84e5 Mon Sep 17 00:00:00 2001 From: Zoey Riordan Date: Wed, 24 Feb 2021 11:14:32 +0100 Subject: [PATCH] bump version to 1.3.2 (#378) --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]