Skip to content

Commit 9667415

Browse files
authored
Update README for 0.27 (#527)
Suggest the latest release in the code example.
1 parent 3820b05 commit 9667415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.26"
23+
html5ever = "0.27"
2424
```
2525

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

0 commit comments

Comments
 (0)