Skip to content

Commit 71185cb

Browse files
committed
Bump html5ever to 0.34
Signed-off-by: Simon Wülker <[email protected]>
1 parent 37ca1e4 commit 71185cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add html5ever as a dependency in your [`Cargo.toml`](https://crates.io/) file:
2020

2121
```toml
2222
[dependencies]
23-
html5ever = "0.32"
23+
html5ever = "0.34"
2424
```
2525

2626
You should also take a look at [`examples/html2html.rs`], [`examples/print-rcdom.rs`], and the [API documentation][].

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.33.0"
3+
version = "0.34.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "lib.rs"
1616

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

0 commit comments

Comments
 (0)