Skip to content

Commit

Permalink
Remove version lock on xml-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb committed Apr 7, 2024
1 parent 821cdae commit b32b0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions serde_with/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ serde_yaml = "0.9.2"
serde-xml-rs = "0.6.0"
version-sync = "0.9.1"

# There is a change that breaks some tests, starting with 0.8.9.
# Newer xml-rs versions are not compatible with the current MSRV.
# https://github.com/netvl/xml-rs/issues/223
xml-rs = "=0.8.14"

[[test]]
name = "base64"
path = "tests/base64.rs"
Expand Down

0 comments on commit b32b0df

Please sign in to comment.