Skip to content

Commit

Permalink
Bump roxmltree public dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold committed Feb 10, 2024
1 parent 08b8054 commit 9a9686e
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
Expand Up @@ -8,11 +8,11 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/adamreichold/serde-roxmltree"
documentation = "https://docs.rs/serde-roxmltree"
readme = "README.md"
version = "0.6.1"
version = "0.7.0"
edition = "2021"

[dependencies]
roxmltree = { version = "0.18", default-features = false, features = ["std"] }
roxmltree = { version = "0.19", default-features = false, features = ["std"] }
serde = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 9a9686e

Please sign in to comment.