From 82b5f5b1bdca0d81d1aae6cfc74191f1f25b0bc5 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Fri, 16 Jun 2023 17:09:10 -0700 Subject: [PATCH] Version 1.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2963015..ea86e9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "1.10.0" +version = "1.11.0" edition = "2018" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0"