From 0a4fdff3b012ed4d4b603800bf971239e5a966ba Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Thu, 13 Jan 2022 16:11:27 -0800 Subject: [PATCH] Version 1.8.0 * Add optional support for the `arbitrary` crate (#275). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b565ff7..605fdb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "1.7.0" +version = "1.8.0" edition = "2018" authors = ["The Servo Project Developers"] license = "MIT/Apache-2.0"