From 851d2226293cdf92eac20f82ce785b83b2f115d0 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Sun, 5 Apr 2020 19:13:20 -0700 Subject: [PATCH] Version 1.3.0 * Add a new unstable `const_generics` feature (#204). * Improve inlining of constructor functions (#206). * Add a `slice.to_smallvec()` convenience method (#203). * Documentation and testing improvements. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5884fa..7fe519a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "1.2.0" +version = "1.3.0" edition = "2018" authors = ["Simon Sapin "] license = "MIT/Apache-2.0"