bump version to 1.3.0 (#330)

This commit is contained in:
Lena Hellström 2020-06-04 21:20:43 -07:00 committed by GitHub
parent 752262a03d
commit a822c09d93
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "bincode"
version = "1.2.1" # remember to update html_root_url
version = "1.3.0" # remember to update html_root_url
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "David Tolnay <dtolnay@gmail.com>", "Zoey Riordan <zoey@dos.cafe>"]
exclude = ["logo.png", "examples/*", ".gitignore", ".travis.yml"]

View File

@ -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.2.1")]
#![doc(html_root_url = "https://docs.rs/bincode/1.3.0")]
#![crate_name = "bincode"]
#![crate_type = "rlib"]
#![crate_type = "dylib"]