From d340fdc1a434255c8c43dfc92087b896352acad8 Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Thu, 12 Oct 2017 09:06:22 -0700 Subject: [PATCH] v0.9.0 --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 83c1930..43790e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,9 @@ [package] name = "bincode" -version = "0.8.1" +version = "0.9.0" authors = ["Ty Overby ", "Francesco Mazzoli ", "David Tolnay ", "Daniel Griffen"] -# Adding ErrorKind::Invalid*Encoding is a breaking change -# Adding ErrorKind::DeserializeAnyNotSupported is a breaking change -publish = false +publish = true repository = "https://github.com/TyOverby/bincode" documentation = "https://docs.rs/bincode"