From 53b2b2982931d15adff597993a6f3088ff6c9cf2 Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Thu, 15 Feb 2018 10:47:00 -0800 Subject: [PATCH] 1.0.0 --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"