Skip to content

Commit 037e0ec

Browse files
committed
fix(sdk-swift): Use tokio-xmpp fork to enable iPhone connectivity
1 parent 2fc2efa commit 037e0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ strum_macros = "0.26"
3535
tempfile = "3.5"
3636
thiserror = "1.0"
3737
tokio = "1.26"
38-
tokio-xmpp = "4.0"
38+
tokio-xmpp = { git = "https://github.com/prose-im/xmpp-rs.git", branch = "main" }
3939
tracing = { version = "0.1" }
4040
tracing-log = "0.2.0"
4141
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)