From 9121c54e8df26c0ab2cf40e3a38e4339612196e0 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 9 Jun 2022 00:51:44 +0200 Subject: [PATCH] Cargo.toml: add branch to xmpp-rs git patch --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8970d36..b47da56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [patch.crates-io] -tokio-xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git" } -xmpp-parsers = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git" } -jid = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git" } -minidom = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git" } +tokio-xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git", branch = "main" } +xmpp-parsers = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git", branch = "main" } +jid = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git", branch = "main" } +minidom = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git", branch = "main" }