From b0f09c916e020bdac6064847fdaa13cb4392206b Mon Sep 17 00:00:00 2001 From: iovxw Date: Thu, 2 Sep 2021 21:22:08 +0800 Subject: [PATCH] Temporarily downgrade quick-xml to 0.20 Waiting for https://github.com/tafia/quick-xml/issues/311 Fixes: #230 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df34983a..cb34888d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"