Skip to content

Commit 73dcd17

Browse files
committed
Remove pulley-interpreter dependency
1 parent e433959 commit 73dcd17

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

Cargo.lock

Lines changed: 0 additions & 18 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
@@ -8,7 +8,7 @@ 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+
cranelift-codegen = { version = "0.112.0", default-features = false, features = ["std", "unwind", "x86", "arm64", "s390x", "riscv64"] }
1212
cranelift-frontend = { version = "0.112.0" }
1313
cranelift-module = { version = "0.112.0" }
1414
cranelift-native = { version = "0.112.0" }

0 commit comments

Comments
 (0)