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.
1 parent ba076bf commit abb9c61Copy full SHA for abb9c61
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "string_cache"
4
-version = "0.7.0" # Also update README.md when making a semver-breaking change
+version = "0.7.1" # 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"
@@ -29,7 +29,7 @@ unstable = []
29
30
[dependencies]
31
precomputed-hash = "0.1"
32
-lazy_static = "0.2"
+lazy_static = "1"
33
serde = "1"
34
phf_shared = "0.7.4"
35
debug_unreachable = "0.1.1"
0 commit comments