From e9f511e3445ed3d49b5168c21e8f912080047818 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Fri, 26 Jul 2024 20:59:23 -0700 Subject: [PATCH] Version 2.0.0-alpha.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bce2697..e8d1e5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "2.0.0-alpha.6" +version = "2.0.0-alpha.7" edition = "2018" rust-version = "1.57" authors = ["The Servo Project Developers"]