Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 517b5c1

Browse files
committed
Update Cranelift to 0.95.1
This version was released as part of a security fix for Wasmtime. The fix didn't change Cranelift though, so this commit is not strictly necessary, but also doesn't hurt.
1 parent ee3721e commit 517b5c1

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Cargo.lock

Lines changed: 24 additions & 24 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.95", features = ["unwind", "all-arch"] }
19-
cranelift-frontend = { version = "0.95" }
20-
cranelift-module = { version = "0.95" }
21-
cranelift-native = { version = "0.95" }
22-
cranelift-jit = { version = "0.95", optional = true }
23-
cranelift-object = { version = "0.95" }
18+
cranelift-codegen = { version = "0.95.1", features = ["unwind", "all-arch"] }
19+
cranelift-frontend = { version = "0.95.1" }
20+
cranelift-module = { version = "0.95.1" }
21+
cranelift-native = { version = "0.95.1" }
22+
cranelift-jit = { version = "0.95.1", optional = true }
23+
cranelift-object = { version = "0.95.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)