We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f541230 commit 5132547Copy full SHA for 5132547
README.md
@@ -20,7 +20,7 @@ Add html5ever as a dependency in your [`Cargo.toml`](https://crates.io/) file:
20
21
```toml
22
[dependencies]
23
-html5ever = "0.30"
+html5ever = "0.31"
24
```
25
26
You should also take a look at [`examples/html2html.rs`], [`examples/print-rcdom.rs`], and the [API documentation][].
xml5ever/README.md
@@ -38,7 +38,7 @@ Add xml5ever as a dependency in your project manifest:
38
39
40
41
-xml5ever = "0.21"
+xml5ever = "0.22"
42
43
44
# Getting started
0 commit comments