Skip to content

Commit

Permalink
Update version numbers in Readmes (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet authored Nov 30, 2024
1 parent 19cb186 commit c2b609a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add html5ever as a dependency in your [`Cargo.toml`](https://crates.io/) file:

```toml
[dependencies]
html5ever = "0.27"
html5ever = "0.29"
```

You should also take a look at [`examples/html2html.rs`], [`examples/print-rcdom.rs`], and the [API documentation][].
Expand Down
4 changes: 2 additions & 2 deletions xml5ever/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ templates. XML5 tries to handle most common errors, in a manner similar to HTML5
Add xml5ever as a dependency in your project manifest:

```toml
[dependencies]
xml5ever = "0.18"
[dependencies]
xml5ever = "0.20"
```

# Getting started
Expand Down

0 comments on commit c2b609a

Please sign in to comment.