Skip to content

Commit

Permalink
bump version to 1.3.0 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR authored Jun 5, 2020
1 parent a09752d commit 439b12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Francesco Mazzoli <[email protected]>", "David Tolnay <[email protected]>", "Zoey Riordan <[email protected]>"]
exclude = ["logo.png", "examples/*", ".gitignore", ".travis.yml"]

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 439b12d

Please sign in to comment.