We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 054b255 + 1466ce6 commit 23730c1Copy full SHA for 23730c1
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "string_cache"
4
-version = "0.2.10"
+version = "0.2.11"
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 @@ heap_size = ["heapsize", "heapsize_plugin"]
29
30
[dependencies]
31
lazy_static = "0.1.10"
32
-serde = "0.6"
+serde = ">=0.6, <0.8"
33
phf_shared = "0.7.4"
34
debug_unreachable = "0.0.6"
35
@@ -45,7 +45,7 @@ version = ">=0.1.1, <0.4"
45
optional = true
46
47
[dependencies.heapsize_plugin]
48
-version = "0.1.1"
+version = "0.1.4"
49
50
51
[build-dependencies]
0 commit comments