Skip to content

Commit 9bc83fc

Browse files
committed
v0.11.0
1 parent a2b0a47 commit 9bc83fc

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package.rust-version = "1.89.0"
1616

1717
[package]
1818
name = "anyxml"
19-
version = "0.10.4"
19+
version = "0.11.0"
2020
edition.workspace = true
2121
authors.workspace = true
2222
license.workspace = true

anyxml-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version.workspace = true
1010
[dependencies]
1111

1212
[dev-dependencies]
13-
anyxml = { "path" = "../", "version" = "^0.10" }
13+
anyxml = { "path" = "../", "version" = "^0.11" }
1414
criterion = { "version" = "0.8.2" }
1515
quick-xml = "0.39.2"
1616
xml = "1.0.0"

anyxml-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anyxml-cli"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
@@ -10,7 +10,7 @@ keywords = ["cli", "xml", "xpath", "validation"]
1010
rust-version.workspace = true
1111

1212
[dependencies]
13-
anyxml = { version = "^0.10", path = "../" }
13+
anyxml = { version = "^0.11", path = "../" }
1414
clap = { version = "4.5.52", features = ["derive"] }
1515

1616
[[bin]]

0 commit comments

Comments
 (0)