Skip to content

Commit c2b609a

Browse files
authored
Update version numbers in Readmes (#564)
1 parent 19cb186 commit c2b609a

File tree

2 files changed

+3
-3
lines changed

2 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.27"
23+
html5ever = "0.29"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ templates. XML5 tries to handle most common errors, in a manner similar to HTML5
3737
Add xml5ever as a dependency in your project manifest:
3838

3939
```toml
40-
[dependencies]
41-
xml5ever = "0.18"
40+
[dependencies]
41+
xml5ever = "0.20"
4242
```
4343

4444
# Getting started

0 commit comments

Comments
 (0)