From 4538db6997e802889a862a0c230e09228bcb18e1 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Sat, 19 Jan 2019 08:04:20 -0800 Subject: [PATCH] Version 0.6.8 Change log: * Don't leak memory if an iterator panics during `extend` (#137) * Update the unstable `union` feature for better forward compatibility (#135) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1df6384..c0e105c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "0.6.7" +version = "0.6.8" authors = ["Simon Sapin "] license = "MIT/Apache-2.0" repository = "https://github.com/servo/rust-smallvec"