Skip to content

Commit ab4f473

Browse files
committed
update cranelift dependencies to 0.118.0
1 parent e435835 commit ab4f473

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

‎Cargo.toml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ authors = ["The Cranelift Project Developers"]
55
license = "Apache-2.0 WITH LLVM-exception"
66
repository = "https://github.com/bytecodealliance/cranelift-jit-demo"
77
description = "Toy language implemented using cranelift-jit"
8-
edition = "2018"
8+
edition = "2024"
99

1010
[dependencies]
1111
peg = "0.8.1"
12-
cranelift = "0.97.1"
13-
cranelift-module = "0.97.1"
14-
cranelift-jit = "0.97.1"
15-
cranelift-native = "0.97.1"
12+
cranelift = "0.118.0"
13+
cranelift-module = "0.118.0"
14+
cranelift-jit = "0.118.0"
15+
cranelift-native = "0.118.0"

0 commit comments

Comments
 (0)