Skip to content

Commit 19757ec

Browse files
committed
Update Cranelift to 0.111
1 parent 87e74fe commit 19757ec

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

Cargo.lock

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

Cargo.toml

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

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

2121
indexmap = "2.0.0"

0 commit comments

Comments
 (0)