We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89e0ef8 + 007c826 commit e838e1cCopy full SHA for e838e1c
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "string_cache"
4
-version = "0.7.2" # Also update README.md when making a semver-breaking change
+version = "0.7.3" # Also update README.md when making a semver-breaking change
5
authors = [ "The Servo Project Developers" ]
6
description = "A string interning library for Rust, developed as part of the Servo project."
7
license = "MIT / Apache-2.0"
@@ -32,7 +32,7 @@ precomputed-hash = "0.1"
32
lazy_static = "1"
33
serde = "1"
34
phf_shared = "0.7.4"
35
-debug_unreachable = "0.1.1"
+new_debug_unreachable = "1.0"
36
string_cache_shared = {path = "./shared", version = "0.3"}
37
38
[dev-dependencies]
0 commit comments