Skip to content

Commit

Permalink
Publish 0.8.8.
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Matthews <[email protected]>
  • Loading branch information
jdm authored Feb 1, 2025
1 parent e03f290 commit 27221ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

1 comment on commit 27221ce

@atouchet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdm could you also bump the version of string-cache-codegen? That would get rid of the remaining outdated phf version being used in Servo.

Please sign in to comment.