From 448bf6b9c14e1f6f81a3f820006508fab8c4388b Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 23 Feb 2023 22:04:50 -0500 Subject: [PATCH] Publish 0.8.6. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d29863..6067114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "string_cache" -version = "0.8.5" # Also update README.md when making a semver-breaking change +version = "0.8.6" # 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"