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" }