From 34679457d2cf76738387215348265d5f8825f01b Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Sat, 8 Apr 2017 10:52:52 -0700 Subject: [PATCH] alpha7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03e0bb9..ff6c29f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bincode" -version = "1.0.0-alpha6" +version = "1.0.0-alpha7" authors = ["Ty Overby ", "Francesco Mazzoli ", "David Tolnay ", "Daniel Griffen"] repository = "https://github.com/TyOverby/bincode"