Skip to content

Commit

Permalink
Add tls-webpki-roots (#518)
Browse files Browse the repository at this point in the history
* Add tls-webpki-roots

* Add latest cross builds
  • Loading branch information
neekolas authored Feb 16, 2024
1 parent 9114dd7 commit f2eb822
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bindings_ffi/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified bindings_ffi/jniLibs/arm64-v8a/libuniffi_xmtpv3.so
Binary file not shown.
Binary file not shown.
Binary file added bindings_ffi/jniLibs/x86/libuniffi_xmtpv3.so
Binary file not shown.
Binary file added bindings_ffi/jniLibs/x86_64/libuniffi_xmtpv3.so
Binary file not shown.
6 changes: 5 additions & 1 deletion xmtp_api_grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ prost = { workspace = true, features = ["prost-derive"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0"
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] }
tonic = { workspace = true, features = ["tls", "tls-roots"] }
tonic = { workspace = true, features = [
"tls",
"tls-roots",
"tls-webpki-roots",
] }
tower = "0.4.13"
webpki-roots = "0.23.0"
xmtp_proto = { path = "../xmtp_proto", features = ["proto_full", "grpc"] }
Expand Down

0 comments on commit f2eb822

Please sign in to comment.