From 99e5c5ded0b1fd76191e2baf924c58e7f74ef6bf Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Mon, 16 Dec 2024 18:06:43 -0800 Subject: [PATCH] Version 2.0.0-alpha.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4c0795..220f8b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "2.0.0-alpha.8" +version = "2.0.0-alpha.9" edition = "2021" rust-version = "1.57" authors = ["The Servo Project Developers"]