Skip to content

Commit 72525f1

Browse files
committed
Update to string-cache 0.6
1 parent f15206a commit 72525f1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

html5ever/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.17.0"
4+
version = "0.18.0"
55
authors = [ "The html5ever Project Developers" ]
66
license = "MIT / Apache-2.0"
77
repository = "https://github.com/servo/html5ever"
@@ -36,7 +36,7 @@ heap_size = ["markup5ever/heap_size"]
3636
[dependencies]
3737
log = "0.3"
3838
mac = "0.1"
39-
markup5ever = { version = "0.2", path = "../markup5ever" }
39+
markup5ever = { version = "0.3", path = "../markup5ever" }
4040

4141
[dev-dependencies]
4242
rustc-serialize = "0.3.15"

markup5ever/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markup5ever"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT / Apache-2.0"
66
repository = "https://github.com/servo/html5ever"
@@ -16,7 +16,7 @@ heap_size = ["heapsize", "heapsize_derive", "string_cache/heapsize"]
1616
unstable = ["tendril/unstable"]
1717

1818
[dependencies]
19-
string_cache = "0.5"
19+
string_cache = "0.6"
2020
phf = "0.7"
2121
tendril = "0.3"
2222
heapsize = { version = ">= 0.3, < 0.5", optional = true }

xml5ever/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 = "xml5ever"
4-
version = "0.7.0"
4+
version = "0.8.0"
55
authors = ["The xml5ever project developers"]
66
license = "MIT / Apache-2.0"
77
repository = "https://github.com/servo/html5ever"
@@ -25,7 +25,7 @@ unstable = ["markup5ever/unstable"]
2525
time = "0.1"
2626
log = "0.3"
2727
mac = "0.1"
28-
markup5ever = {version = "0.2", path = "../markup5ever" }
28+
markup5ever = {version = "0.3", path = "../markup5ever" }
2929

3030
[dev-dependencies]
3131
rustc-serialize = "0.3.15"

0 commit comments

Comments
 (0)