Skip to content

Commit 266e967

Browse files
committed
Revert "Update to Cranelift 0.89.0"
It added a lot of extra dependencies. I opened bytecodealliance/wasmtime#5101 to remove those dependencies again. This reverts commit da770ab.
1 parent b930e2d commit 266e967

File tree

2 files changed

+30
-154
lines changed

2 files changed

+30
-154
lines changed

Cargo.lock

Lines changed: 24 additions & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ crate-type = ["dylib"]
88

99
[dependencies]
1010
# These have to be in sync with each other
11-
cranelift-codegen = { version = "0.89", features = ["unwind", "all-arch"] }
12-
cranelift-frontend = "0.89"
13-
cranelift-module = "0.89"
14-
cranelift-native = "0.89"
15-
cranelift-jit = { version = "0.89", optional = true }
16-
cranelift-object = "0.89"
11+
cranelift-codegen = { version = "0.88.1", features = ["unwind", "all-arch"] }
12+
cranelift-frontend = "0.88.1"
13+
cranelift-module = "0.88.1"
14+
cranelift-native = "0.88.1"
15+
cranelift-jit = { version = "0.88.1", optional = true }
16+
cranelift-object = "0.88.1"
1717
target-lexicon = "0.12.0"
1818
gimli = { version = "0.26.0", default-features = false, features = ["write"]}
1919
object = { version = "0.29.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }

0 commit comments

Comments
 (0)