Skip to content

Commit e9115eb

Browse files
committed
Use git version of Cranelift
1 parent 777106a commit e9115eb

File tree

2 files changed

+53
-39
lines changed

2 files changed

+53
-39
lines changed

Cargo.lock

Lines changed: 47 additions & 33 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
@@ -15,12 +15,12 @@ crate-type = ["dylib"]
1515

1616
[dependencies]
1717
# These have to be in sync with each other
18-
cranelift-codegen = { version = "0.89.1", features = ["unwind", "all-arch"] }
19-
cranelift-frontend = "0.89.1"
20-
cranelift-module = "0.89.1"
21-
cranelift-native = "0.89.1"
22-
cranelift-jit = { version = "0.89.1", optional = true }
23-
cranelift-object = "0.89.1"
18+
cranelift-codegen = { version = "0.90", git = "https://github.com/bytecodealliance/wasmtime.git", features = ["unwind", "all-arch"] }
19+
cranelift-frontend = { version = "0.90", git = "https://github.com/bytecodealliance/wasmtime.git" }
20+
cranelift-module = { version = "0.90", git = "https://github.com/bytecodealliance/wasmtime.git" }
21+
cranelift-native = { version = "0.90", git = "https://github.com/bytecodealliance/wasmtime.git" }
22+
cranelift-jit = { version = "0.90", git = "https://github.com/bytecodealliance/wasmtime.git", optional = true }
23+
cranelift-object = { version = "0.90", git = "https://github.com/bytecodealliance/wasmtime.git" }
2424
target-lexicon = "0.12.0"
2525
gimli = { version = "0.26.0", default-features = false, features = ["write"]}
2626
object = { version = "0.29.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }

0 commit comments

Comments
 (0)