From 8a4e1f455ccc8b1b21ac6d565d7acbf926cf7eaf Mon Sep 17 00:00:00 2001 From: Markus Westerlind Date: Wed, 5 Oct 2016 08:48:55 +0200 Subject: [PATCH] Version 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42241bb..4816d42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "0.2.1" +version = "0.3.0" authors = ["Simon Sapin "] license = "MPL-2.0" repository = "https://github.com/servo/rust-smallvec"