From 4c90de0e3fca36778382b9246b15a47f91f9d061 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 16 Feb 2019 11:34:13 -0800 Subject: [PATCH] Release 1.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 620624c..f75ff30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bincode" -version = "1.1.1" # remember to update html_root_url +version = "1.1.2" # remember to update html_root_url authors = ["Ty Overby ", "Francesco Mazzoli ", "David Tolnay ", "Daniel Griffen"] exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml", "changelist.org"]