Skip to content

Commit 79a172a

Browse files
committed
Bump crate versions
Signed-off-by: Simon Wülker <[email protected]>
1 parent cdf0f88 commit 79a172a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

html5ever/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "html5ever"
3-
version = "0.32.1"
3+
version = "0.33.0"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/servo/html5ever"

rcdom/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_rcdom"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/servo/html5ever"
@@ -16,7 +16,7 @@ path = "lib.rs"
1616

1717
[dependencies]
1818
tendril = "0.4"
19-
html5ever = { version = "0.32", path = "../html5ever" }
19+
html5ever = { version = "0.33", path = "../html5ever" }
2020
markup5ever = { version = "0.16", path = "../markup5ever" }
2121
xml5ever = { version = "0.23", path = "../xml5ever" }
2222

0 commit comments

Comments
 (0)