From 0089d0a15bee4792a575b9c51e9d7ace39b3957c Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Wed, 20 Mar 2024 11:33:06 -0700 Subject: [PATCH] Bump version to 1.13.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71189f1..ae2a9fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "1.13.1" +version = "1.13.2" edition = "2018" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0"