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

Skip to content

Commit 70bcd78

Browse files
authored
Bump libffi (#5779)
Also remove system feature from jit libffi, as that forces libffi to be installed on the system
1 parent 52301dd commit 70bcd78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ itertools = "0.14.0"
169169
is-macro = "0.3.7"
170170
junction = "1.2.0"
171171
libc = "0.2.169"
172-
libffi = "4.0"
172+
libffi = "4.1"
173173
log = "0.4.27"
174174
nix = { version = "0.29", features = ["fs", "user", "process", "term", "time", "signal", "ioctl", "socket", "sched", "zerocopy", "dir", "hostname", "net", "poll"] }
175175
malachite-bigint = "0.6"

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.119"
2121
cranelift-jit = "0.119"

0 commit comments

Comments
 (0)