Skip to content

Commit c87dfd9

Browse files
committed
Update Cranelift to 0.96.1
There was a minor bug in Wasmtime that needed a new release. Nothing changed in Cranelift.
1 parent 031bfa6 commit c87dfd9

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

Cargo.lock

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

Cargo.toml

+6-6
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.96", features = ["unwind", "all-arch"] }
19-
cranelift-frontend = { version = "0.96" }
20-
cranelift-module = { version = "0.96" }
21-
cranelift-native = { version = "0.96" }
22-
cranelift-jit = { version = "0.96", optional = true }
23-
cranelift-object = { version = "0.96" }
18+
cranelift-codegen = { version = "0.96.1", features = ["unwind", "all-arch"] }
19+
cranelift-frontend = { version = "0.96.1" }
20+
cranelift-module = { version = "0.96.1" }
21+
cranelift-native = { version = "0.96.1" }
22+
cranelift-jit = { version = "0.96.1", optional = true }
23+
cranelift-object = { version = "0.96.1" }
2424
target-lexicon = "0.12.0"
2525
gimli = { version = "0.27.2", default-features = false, features = ["write"]}
2626
object = { version = "0.30.3", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }

0 commit comments

Comments
 (0)