Skip to content

Commit bc4cd15

Browse files
author
bors-servo
authored
Auto merge of #302 - cynicaldevil:update-version, r=nox
Update h5e and markup5ever versions
2 parents f4048cb + 04cfbf3 commit bc4cd15

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

html5ever/Cargo.toml

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

33
name = "html5ever"
4-
version = "0.18.0" # At next breaking change: also remove the "unstable" feature, now a no-op.
4+
version = "0.19.0"
55
authors = [ "The html5ever Project Developers" ]
66
license = "MIT / Apache-2.0"
77
repository = "https://github.com/servo/html5ever"
@@ -30,13 +30,12 @@ name = "tokenizer"
3030
harness = false
3131

3232
[features]
33-
unstable = []
3433
heap_size = ["markup5ever/heap_size"]
3534

3635
[dependencies]
3736
log = "0.3"
3837
mac = "0.1"
39-
markup5ever = { version = "0.3", path = "../markup5ever" }
38+
markup5ever = { version = "0.4", path = "../markup5ever" }
4039

4140
[dev-dependencies]
4241
rustc-serialize = "0.3.15"

markup5ever/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markup5ever"
3-
version = "0.3.2" # At next breaking change: also remove the "unstable" feature, now a no-op; update tendril to 0.4
3+
version = "0.4.0"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT / Apache-2.0"
66
repository = "https://github.com/servo/html5ever"
@@ -13,12 +13,11 @@ path = "lib.rs"
1313

1414
[features]
1515
heap_size = ["heapsize", "heapsize_derive", "string_cache/heapsize"]
16-
unstable = []
1716

1817
[dependencies]
1918
string_cache = "0.6"
2019
phf = "0.7"
21-
tendril = "0.3.1"
20+
tendril = "0.4"
2221
heapsize = { version = ">= 0.3, < 0.5", optional = true }
2322
heapsize_derive = { version = "0.1", optional = true }
2423

xml5ever/Cargo.toml

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

33
name = "xml5ever"
4-
version = "0.8.0" # At next breaking change: also remove the "unstable" feature, now a no-op.
4+
version = "0.9.0"
55
authors = ["The xml5ever project developers"]
66
license = "MIT / Apache-2.0"
77
repository = "https://github.com/servo/html5ever"
@@ -18,14 +18,11 @@ name = "xml5ever"
1818

1919
doctest = true
2020

21-
[features]
22-
unstable = []
23-
2421
[dependencies]
2522
time = "0.1"
2623
log = "0.3"
2724
mac = "0.1"
28-
markup5ever = {version = "0.3", path = "../markup5ever" }
25+
markup5ever = {version = "0.4", path = "../markup5ever" }
2926

3027
[dev-dependencies]
3128
rustc-serialize = "0.3.15"

0 commit comments

Comments
 (0)