From 6c4b23ce62bf6c4593414b8fab62f138bdbea0bb Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 9 Dec 2019 22:25:24 -0800 Subject: [PATCH] Release 1.2.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ac80ab..6639f2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bincode" -version = "1.2.0" # remember to update html_root_url +version = "1.2.1" # 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 343e0a8..594b69d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,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.2.0")] +#![doc(html_root_url = "https://docs.rs/bincode/1.2.1")] #![crate_name = "bincode"] #![crate_type = "rlib"] #![crate_type = "dylib"]