mirror of https://git.sr.ht/~stygianentity/bincode
Release 1.1.4
This commit is contained in:
parent
7fbeae0f5a
commit
18da2c95d5
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bincode"
|
||||
version = "1.1.3" # remember to update html_root_url
|
||||
version = "1.1.4" # remember to update html_root_url
|
||||
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "David Tolnay <dtolnay@gmail.com>", "Daniel Griffen"]
|
||||
exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml"]
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
//! Support for `i128` and `u128` is automatically enabled on Rust toolchains
|
||||
//! greater than or equal to `1.26.0`.
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/bincode/1.1.3")]
|
||||
#![doc(html_root_url = "https://docs.rs/bincode/1.1.4")]
|
||||
#![crate_name = "bincode"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue