From 2cac8a267889f6e6044daf7f06470a0a78ed987a Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Sun, 26 Jan 2020 17:34:47 +0100 Subject: [PATCH] got back to stable libxml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b85cc40..a7b9fe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] failure = "0.1" -libxml = { git = "https://github.com/KWARC/rust-libxml.git" } +libxml = "0.2" reqwest = { version = "0.10", features = ["json", "native-tls"] } tokio = { version = "=0.2", features = ["macros"] } url = "2.1"