Skip to content

Commit

Permalink
[Fix] Couldn't connect to Torii on IOS/Android (dojoengine#2726)
Browse files Browse the repository at this point in the history
* add tls webpki roots

* format: fix white space
  • Loading branch information
caillef authored and augustin-v committed Dec 4, 2024
1 parent bd44aad commit 39e8cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ warp = "0.3"

# gRPC
prost = "0.12"
tonic = { version = "0.11", features = [ "gzip", "tls", "tls-roots" ] }
tonic = { version = "0.11", features = [ "gzip", "tls", "tls-roots", "tls-webpki-roots" ] }
tonic-build = "0.11"
tonic-reflection = "0.11"
tonic-web = "0.11"
Expand Down

0 comments on commit 39e8cd3

Please sign in to comment.