Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Aug 5, 2024
1 parent 4ea4c95 commit 45a8d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xml-rs"
version = "0.8.20"
version = "0.8.21"
authors = ["Vladimir Matveev <[email protected]>"]
license = "MIT"
description = "An XML library in pure Rust"
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
keywords = ["xml", "parser", "sax", "parsing", "writer"]
categories = ["parser-implementations"]
edition = "2021"
rust-version = "1.58"
rust-version = "1.59"
include = ["src/**", "LICENSE", "README.md"]

[lib]
Expand Down

0 comments on commit 45a8d09

Please sign in to comment.