diff --git a/Cargo.toml b/Cargo.toml index b6c898c..16eadd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,10 @@ [package] name = "bincode" -version = "0.9.3" +version = "1.0.0" authors = ["Ty Overby ", "Francesco Mazzoli ", "David Tolnay ", "Daniel Griffen"] exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml", "changelist.org"] -# renamed `read_types` to `read` -publish = false +publish = true repository = "https://github.com/TyOverby/bincode" documentation = "https://docs.rs/bincode"