Skip to content

Commit

Permalink
Upgrade deno-libffi to 0.0.7, fixes M1 build (#11607)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry authored Aug 9, 2021
1 parent f546f51 commit f402904
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion extensions/ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ path = "lib.rs"
[dependencies]
deno_core = { version = "0.95.0", path = "../../core" }
dlopen = "0.1.8"
libffi = { version = "0.0.3", package = "deno-libffi" }
libffi = { version = "=0.0.7", package = "deno-libffi" }
serde = { version = "1.0.125", features = ["derive"] }

0 comments on commit f402904

Please sign in to comment.