Skip to content

Commit 23730c1

Browse files
author
bors-servo
committed
Auto merge of #147 - servo:rustup, r=SimonSapin
Update to Rust 2016-02-26 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/string-cache/147) <!-- Reviewable:end -->
2 parents 054b255 + 1466ce6 commit 23730c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "string_cache"
4-
version = "0.2.10"
4+
version = "0.2.11"
55
authors = [ "The Servo Project Developers" ]
66
description = "A string interning library for Rust, developed as part of the Servo project."
77
license = "MIT / Apache-2.0"
@@ -29,7 +29,7 @@ heap_size = ["heapsize", "heapsize_plugin"]
2929

3030
[dependencies]
3131
lazy_static = "0.1.10"
32-
serde = "0.6"
32+
serde = ">=0.6, <0.8"
3333
phf_shared = "0.7.4"
3434
debug_unreachable = "0.0.6"
3535

@@ -45,7 +45,7 @@ version = ">=0.1.1, <0.4"
4545
optional = true
4646

4747
[dependencies.heapsize_plugin]
48-
version = "0.1.1"
48+
version = "0.1.4"
4949
optional = true
5050

5151
[build-dependencies]

0 commit comments

Comments
 (0)