Skip to content

Commit e526880

Browse files
committed
Update Cranelift to 0.97
1 parent aebbece commit e526880

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

Cargo.lock

Lines changed: 28 additions & 28 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.96.1", features = ["unwind", "all-arch"] }
12-
cranelift-frontend = { version = "0.96.1" }
13-
cranelift-module = { version = "0.96.1" }
14-
cranelift-native = { version = "0.96.1" }
15-
cranelift-jit = { version = "0.96.1", optional = true }
16-
cranelift-object = { version = "0.96.1" }
11+
cranelift-codegen = { version = "0.97", features = ["unwind", "all-arch"] }
12+
cranelift-frontend = { version = "0.97" }
13+
cranelift-module = { version = "0.97" }
14+
cranelift-native = { version = "0.97" }
15+
cranelift-jit = { version = "0.97", optional = true }
16+
cranelift-object = { version = "0.97" }
1717
target-lexicon = "0.12.0"
1818
gimli = { version = "0.27.2", default-features = false, features = ["write"]}
1919
object = { version = "0.30.3", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }

0 commit comments

Comments
 (0)