From da12752d504fb8d8c2bf80cc164db9040fd14837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 24 Sep 2022 01:57:14 +0200 Subject: [PATCH] Cargo.toml: Remove custom paths for xmpp-rs deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 549c644..91c6bf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,3 @@ log = "^0.4" tokio = "^1.20" tokio-xmpp = { version = "^3.2", default-features = false, features = ["tls-rust"] } xmpp-parsers = { version = "^0.19", features = ["component"] } - -[patch.crates-io] -jid = { path = "../xmpp-rs/jid" } -minidom = { path = "../xmpp-rs/minidom" } -tokio-xmpp = { path = "../xmpp-rs/tokio-xmpp" } -xmpp-parsers = { path = "../xmpp-rs/parsers" }