From 2902181cace65dd2b9ccf7301ddc8a67116ad1a6 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Wed, 30 Dec 2020 17:18:42 -0800 Subject: [PATCH] Version 1.6.0 Release notes: * The `union` feature is now compatible with stable Rust 1.50 (#248). * The `const_generics` feature is now compatible with Rust 1.51-beta (#242). * Fixed warnings when compiling with Rust 1.51-beta (#246). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 424fc8f..c33eeff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "1.5.1" +version = "1.6.0" edition = "2018" authors = ["The Servo Project Developers"] license = "MIT/Apache-2.0"