From 7a062b5d94328462c6824392f20b9a8b88d5903b Mon Sep 17 00:00:00 2001 From: ryux1 Date: Sun, 6 Sep 2026 08:46:20 +0200 Subject: [PATCH] chore: bump version to 1.16.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8a9062..0d64acc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallvec" -version = "1.16.0" +version = "1.16.1" edition = "2018" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0"