Skip to content

Commit 78fec46

Browse files
authored
Merge pull request #2895 from hakujin/master
Update `libffi` and `libffi-sys` dependencies to fix aarch64 macOS build
2 parents d18ef52 + 4da0f90 commit 78fec46

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ serde = "1.0.204"
8484
crossterm = { version = "0.28.1", optional = true }
8585
ctrlc = { version = "3.4.4", optional = true }
8686
hostname = { version = "0.4.0", optional = true }
87-
libffi = { version = "3.2.0", optional = true }
87+
libffi = { version = "4.0.0", optional = true }
8888
native-tls = { version = "0.2.12", optional = true }
89-
# the version requirement of reqwest is kept low for compatibility with old deno versions
89+
# the version requirement of reqwest is kept low for compatibility with old deno versions
9090
# that pin reqwest to 0.11.20
9191
reqwest = { version = "0.11.0", optional = true }
9292
rustyline = { version = "14.0.0", optional = true }

0 commit comments

Comments
 (0)