From 34f914c99e8bdc5f2fa842fd04f190c7c9e4df3b Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 7 Mar 2023 08:54:42 -0500 Subject: [PATCH] Publish 0.8.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6067114..b0f4957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "string_cache" -version = "0.8.6" # Also update README.md when making a semver-breaking change +version = "0.8.7" # 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"