From a09e82b6fff4223fb7f814cf8a86e5553f39aefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 11 Jun 2026 14:02:04 +0200 Subject: [PATCH] Bump version. * #397 - Exclude development script. * #407 - Fix use-after-free in DrainFilter::keep_rest for SmallVec with capacity 0. * #410 - Work around rustc performance regression. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b80fb8..b411d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "1.15.1" +version = "1.15.2" edition = "2018" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0"