Skip to content

Commit 0fe5d77

Browse files
committed
Bump
1 parent ce17426 commit 0fe5d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
2-
name = "xml-rs"
3-
version = "0.8.27"
2+
name = "xml"
3+
version = "1.0.0"
44
authors = ["Vladimir Matveev <[email protected]>"]
55
license = "MIT"
66
description = "An XML library in pure Rust"
@@ -11,7 +11,7 @@ readme = "README.md"
1111
keywords = ["xml", "parser", "sax", "parsing", "writer"]
1212
categories = ["parser-implementations"]
1313
edition = "2021"
14-
rust-version = "1.61"
14+
rust-version = "1.70"
1515
include = ["src/**", "LICENSE", "README.md"]
1616

1717
[lib]

0 commit comments

Comments
 (0)