From 21422eb06e9fce73c2c95b717b0538b963bb7918 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 10 Dec 2024 14:52:19 -0800 Subject: [PATCH] Version 2.0.0-alpha.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ec67e3..a4c0795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "2.0.0-alpha.7" +version = "2.0.0-alpha.8" edition = "2021" rust-version = "1.57" authors = ["The Servo Project Developers"]