Cargo.toml: add branch to xmpp-rs git patch

This commit is contained in:
Astro 2022-06-09 00:51:44 +02:00
parent 5a9cf17c4f
commit 9121c54e8d
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ members = [
] ]
[patch.crates-io] [patch.crates-io]
tokio-xmpp = { 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" } xmpp-parsers = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git", branch = "main" }
jid = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git" } jid = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git", branch = "main" }
minidom = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git" } minidom = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git", branch = "main" }