Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5e0a22

Browse files
committed
Bump libffi
Also remove system feature from jit libffi, as that forces libffi to be installed on the system
1 parent 392d1c0 commit e5e0a22

File tree

3 files changed

+6
-6
lines changed

3 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ itertools = "0.14.0"
168168
is-macro = "0.3.7"
169169
junction = "1.2.0"
170170
libc = "0.2.169"
171-
libffi = "3.2"
171+
libffi = "4.1"
172172
log = "0.4.27"
173173
nix = { version = "0.29", features = ["fs", "user", "process", "term", "time", "signal", "ioctl", "socket", "sched", "zerocopy", "dir", "hostname", "net", "poll"] }
174174
malachite-bigint = "0.5"

jit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rustpython-compiler-core = { workspace = true }
1515

1616
num-traits = { workspace = true }
1717
thiserror = { workspace = true }
18-
libffi = { workspace = true, features = ["system"] }
18+
libffi = { workspace = true }
1919

2020
cranelift = "0.118"
2121
cranelift-jit = "0.118"

0 commit comments

Comments
 (0)