From 857e974004b6f151697fc3182110a39d2993c5d0 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Sun, 5 Aug 2018 21:01:31 -0700 Subject: [PATCH] Version 0.6.4 Change log: * Extend the `smallvec!` macro to work with non-`Copy` items (#107) * Improve the `Debug` formatting implementation (#109) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 676d16f..6e4e496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "0.6.3" +version = "0.6.4" authors = ["Simon Sapin "] license = "MIT/Apache-2.0" repository = "https://github.com/servo/rust-smallvec"