From 60ca6f5b603398897ee0b2c736390a6029e81ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 21 Nov 2023 15:39:32 -0300 Subject: [PATCH] Cargo: Set xml-rs to 0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The version is again available Signed-off-by: Patrick José Pereira --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ec54d51bb..fd91ae1b1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }