Skip to content

Commit 250211c

Browse files
committed
Bump
1 parent 7eebb96 commit 250211c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xml-rs"
3-
version = "0.8.25"
3+
version = "0.8.26"
44
authors = ["Vladimir Matveev <[email protected]>"]
55
license = "MIT"
66
description = "An XML library in pure Rust"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ xml-rs uses [Cargo](https://crates.io), so add it with `cargo add xml` or modify
5353

5454
```toml
5555
[dependencies]
56-
xml = "0.8.16"
56+
xml = "0.8.20"
5757
```
5858

5959
The package exposes a single crate called `xml`.

0 commit comments

Comments
 (0)