Skip to content

Commit

Permalink
Temporarily downgrade quick-xml to 0.20
Browse files Browse the repository at this point in the history
Waiting for tafia/quick-xml#311

Fixes: #230
  • Loading branch information
iovxw committed Sep 2, 2021
1 parent a0b8f2b commit b0f09c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -26,7 +26,7 @@ thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
regex = "1.4"
quick-xml = { version = "0.22", features = ["encoding"] }
quick-xml = { version = "0.20", features = ["encoding"] }
chrono = "0.4"
pinyin = "0.8"
either = "1.6"
Expand Down

0 comments on commit b0f09c9

Please sign in to comment.