From 27221cec100d883420ef0fd06a7af5593262e4d8 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Sat, 1 Feb 2025 08:45:33 -0500 Subject: [PATCH] Publish 0.8.8. Signed-off-by: Josh Matthews --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 678eda3..338eeba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "string_cache" -version = "0.8.7" # Also update README.md when making a semver-breaking change +version = "0.8.8" # Also update README.md when making a semver-breaking change authors = [ "The Servo Project Developers" ] description = "A string interning library for Rust, developed as part of the Servo project." license = "MIT OR Apache-2.0"