Skip to content

Commit 5132547

Browse files
authored
Update version numbers in Readmes (#594)
Signed-off-by: Alex Touchet <[email protected]>
1 parent f541230 commit 5132547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.30"
23+
html5ever = "0.31"
2424
```
2525

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

xml5ever/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Add xml5ever as a dependency in your project manifest:
3838

3939
```toml
4040
[dependencies]
41-
xml5ever = "0.21"
41+
xml5ever = "0.22"
4242
```
4343

4444
# Getting started

0 commit comments

Comments
 (0)