From e60df76fe606c5390b7505b12dc7b69e96b1260e Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Mon, 28 Oct 2019 15:44:17 -0700 Subject: [PATCH] Version 0.6.11 * The `alloc` feature is now stable (#159). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcea83c..925aa78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "0.6.10" +version = "0.6.11" authors = ["Simon Sapin "] license = "MIT/Apache-2.0" repository = "https://github.com/servo/rust-smallvec"