From c6351e8efaaa76a51c81018b85b157c4dae31728 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 18 Jul 2017 21:22:12 +0200 Subject: [PATCH] Cargo: fix minidom dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e80f7bbc..827b324f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ tokio-io = "*" bytes = "0.4.4" xml5ever = "*" tendril = "*" -minidom = { path = "../../programs/minidom-rs" } +minidom = "0.5" native-tls = "*" tokio-tls = "*" sasl = "*"