Skip to content

Commit 8316a22

Browse files
committed
FFI: Depend on cpufeatures 0.1.5 to ensure iOS gets optimized crypto
1 parent 197f05a commit 8316a22

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/bridge/ffi/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ device-transfer = { path = "../../device-transfer" }
2020
signal-crypto = { path = "../../crypto" }
2121
libsignal-bridge = { path = "../shared", features = ["ffi"] }
2222
async-trait = "0.1.41"
23+
cpufeatures = "0.1.5" # Make sure iOS gets optimized crypto.
2324
libc = "0.2"
2425
rand = "0.7.3"
2526
log = "0.4"

0 commit comments

Comments
 (0)