Skip to content

Commit 3007c6a

Browse files
committed
fixup!
1 parent 76695f5 commit 3007c6a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 8 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.111.0", default-features = false, features = ["std", "unwind", "all-arch"] }
11+
cranelift-codegen = { version = "0.111.0", default-features = false, features = ["std", "unwind"] }
1212
cranelift-frontend = { version = "0.111.0" }
1313
cranelift-module = { version = "0.111.0" }
1414
cranelift-native = { version = "0.111.0" }

0 commit comments

Comments
 (0)