From ceba378952fce47d44bce26c425c22e825147f79 Mon Sep 17 00:00:00 2001 From: Alejandro Vaz Date: Mon, 14 Sep 2026 14:12:43 +0200 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d985dc..a833c63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "1.16.1" +version = "1.16.2" edition = "2018" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0"