Skip to content

Commit 3c2d4e3

Browse files
authored
Merge pull request #4268 from LorrensP-2158466/update-libffi
Fix Build Fail on MacOs because of libffi-sys
2 parents 91566f2 + 7988f1c commit 3c2d4e3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ features = ['unprefixed_malloc_on_supported_platforms']
3737

3838
[target.'cfg(unix)'.dependencies]
3939
libc = "0.2"
40-
libffi = "3.2.0"
40+
libffi = "4.0.0"
4141
libloading = "0.8"
4242

4343
[target.'cfg(target_family = "windows")'.dependencies]

0 commit comments

Comments
 (0)