Skip to content

Commit 1eed462

Browse files
committed
fix: cargo patch lib sodiumoxide for simulator buildings
1 parent 854899c commit 1eed462

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

rust/Cargo.lock

+4-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ debug = false
1818
[profile.test]
1919
opt-level = 3
2020
debug = false
21+
22+
# this is needed to build for IOS simulator
23+
[patch.crates-io]
24+
sodiumoxide = { git = "https://github.com/juanky201271/sodiumoxide", rev = "2f1b91e031199412ec631a3afd571a7df2450981"}

0 commit comments

Comments
 (0)