From 74d9d9b1afe2a7c650d2154ccc93b6b6e63364a0 Mon Sep 17 00:00:00 2001 From: crhino Date: Wed, 24 Dec 2014 12:31:47 -0500 Subject: [PATCH] Update version to 0.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1dbe653..cd00acc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bincode" -version = "0.0.2" +version = "0.0.3" authors = ["Ty Overby "] repository = "https://github.com/TyOverby/bincode"