Skip to content

Commit 9a48c44

Browse files
committed
Remove pulley-interpreter dependency
1 parent 743a2e4 commit 9a48c44

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

Cargo.lock

-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ crate-type = ["dylib"]
88

99
[dependencies]
1010
# These have to be in sync with each other
11-
cranelift-codegen = { version = "0.112.0", default-features = false, features = ["std", "unwind", "all-arch"] }
11+
# FIXME switch to native-arch instead of listing all archs on the next Cranelift update
12+
cranelift-codegen = { version = "0.112.0", default-features = false, features = ["std", "unwind", "x86", "arm64", "s390x", "riscv64"] }
1213
cranelift-frontend = { version = "0.112.0" }
1314
cranelift-module = { version = "0.112.0" }
1415
cranelift-native = { version = "0.112.0" }

0 commit comments

Comments
 (0)