From 63acb44106f55f136e1f78f116353fceb061faea Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 6 Apr 2015 08:21:28 +0200 Subject: [PATCH] v0.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2c7214..f52e189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "0.0.1" +version = "0.1.0" authors = ["Simon Sapin "] license = "MPL-2.0" repository = "https://github.com/servo/rust-smallvec"