From 0f478cc8aafbb650d26883b543c77b8f434f7946 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 20 Jun 2017 15:38:54 -0700 Subject: [PATCH] Release version 0.4.1 New features: * `no_std` support (#49). * `SmallVec<[u8; N]>` implements the `Write` trait (#52). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e1db3d..5516116 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "0.4.0" +version = "0.4.1" authors = ["Simon Sapin "] license = "MPL-2.0" repository = "https://github.com/servo/rust-smallvec"