Skip to content

Commit e29d495

Browse files
author
bors-servo
authored
Auto merge of #251 - nox:serde, r=KiChjang
Update string_cache to 0.4 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/html5ever/251) <!-- Reviewable:end -->
2 parents 2cd6255 + 03fe34b commit e29d495

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "html5ever"
4-
version = "0.12.1"
4+
version = "0.13.0"
55
authors = [ "The html5ever Project Developers" ]
66
license = "MIT / Apache-2.0"
77
repository = "https://github.com/servo/html5ever"
@@ -41,7 +41,7 @@ mac = "0"
4141
tendril = "0.2.2"
4242
heapsize = { version = "0.3", optional = true }
4343
heapsize_derive = { version = "0.1", optional = true }
44-
html5ever-atoms = { version = "0.1", path = "./atoms" }
44+
html5ever-atoms = { version = "0.2", path = "./atoms" }
4545

4646
[dev-dependencies]
4747
rustc-serialize = "0.3.15"

atoms/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "html5ever-atoms"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT / Apache-2.0"
66
repository = "https://github.com/servo/html5ever"
@@ -12,10 +12,10 @@ build = "build.rs"
1212
path = "lib.rs"
1313

1414
[features]
15-
heap_size = ["heapsize", "heapsize_derive", "string_cache/heap_size"]
15+
heap_size = ["heapsize", "heapsize_derive", "string_cache/heapsize"]
1616

1717
[dependencies]
18-
string_cache = "0.3"
18+
string_cache = "0.4"
1919
heapsize = { version = "0.3", optional = true }
2020
heapsize_derive = { version = "0.1", optional = true }
2121

0 commit comments

Comments
 (0)