Skip to content

Navigation Menu

Sign in
Appearance settings

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 b067986

Browse filesBrowse files
coolreader18youknowone
authored andcommitted
Bump cranelift to 0.118
1 parent 58a17f3 commit b067986
Copy full SHA for b067986

File tree

2 files changed

+50
-39
lines changed
Filter options

2 files changed

+50
-39
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+46-35Lines changed: 46 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎jit/Cargo.toml

Copy file name to clipboardExpand all lines: jit/Cargo.toml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ num-traits = { workspace = true }
1717
thiserror = { workspace = true }
1818
libffi = { workspace = true, features = ["system"] }
1919

20-
cranelift = "0.116.1"
21-
cranelift-jit = "0.116.1"
22-
cranelift-module = "0.116.1"
20+
cranelift = "0.118"
21+
cranelift-jit = "0.118"
22+
cranelift-module = "0.118"
2323

2424
[dev-dependencies]
2525
rustpython-derive = { path = "../derive", version = "0.4.0" }
@@ -31,4 +31,4 @@ name = "integration"
3131
path = "tests/lib.rs"
3232

3333
[lints]
34-
workspace = true
34+
workspace = true

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.