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 72d9737 + ab30960 commit 1bc78c3Copy full SHA for 1bc78c3
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "string_cache"
3
-version = "0.8.2" # Also update README.md when making a semver-breaking change
+version = "0.8.3" # Also update README.md when making a semver-breaking change
4
authors = [ "The Servo Project Developers" ]
5
description = "A string interning library for Rust, developed as part of the Servo project."
6
license = "MIT / Apache-2.0"
@@ -23,10 +23,10 @@ default = ["serde_support"]
23
24
[dependencies]
25
precomputed-hash = "0.1"
26
-lazy_static = "1"
+lazy_static = "1.1.0"
27
serde = { version = "1", optional = true }
28
phf_shared = "0.10"
29
-new_debug_unreachable = "1.0"
+new_debug_unreachable = "1.0.2"
30
parking_lot = "0.11"
31
32
[[test]]
0 commit comments