Skip to content

Commit

Permalink
Cargo: Set xml-rs to 0.2
Browse files Browse the repository at this point in the history
The version is again available

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Nov 21, 2023
1 parent f103f28 commit 60ca6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
[build-dependencies]
crc-any = "2.3.0"
bytes = { version = "1.0", default-features = false }
xml-rs = { git = "https://github.com/netvl/xml-rs", rev = "9376d897a58fe4fbf27db7eb56a12463fd60bb89"}
xml-rs = "0.2"
quote = "0.3"
lazy_static = "1.2.0"
serde = { version = "1.0.115", optional = true, features = ["derive"] }
Expand Down

0 comments on commit 60ca6f5

Please sign in to comment.