From 54f26b5d64bfa5a9f1616cabe15ef73876df4a3e Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Fri, 4 Dec 2020 13:39:13 -0800 Subject: [PATCH] Version 1.5.1 Release notes: * Improve performance of `push` (#241). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8156d9..424fc8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "1.5.0" +version = "1.5.1" edition = "2018" authors = ["The Servo Project Developers"] license = "MIT/Apache-2.0"