Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5e0a22

Browse filesBrowse 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
Copy full SHA for e5e0a22

File tree

3 files changed

+6
-6
lines changed
Filter options

3 files changed

+6
-6
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+4-4Lines 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

Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines 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

Copy file name to clipboardExpand all lines: jit/Cargo.toml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.