Skip to content

Commit

Permalink
Bump bit-set dependency to current stable version.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold committed Jul 14, 2024
1 parent 8d0281f commit c3e1c29
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.8.1"
version = "0.8.2"
edition = "2021"

[dependencies]
bit-set = "0.5"
bit-set = "0.6"
roxmltree = { version = "0.20", default-features = false, features = ["std"] }
serde = "1.0"

Expand Down

0 comments on commit c3e1c29

Please sign in to comment.