1 parent e435835 commit ab4f473Copy full SHA for ab4f473
1 file changed
Cargo.toml
@@ -5,11 +5,11 @@ authors = ["The Cranelift Project Developers"]
5
license = "Apache-2.0 WITH LLVM-exception"
6
repository = "https://github.com/bytecodealliance/cranelift-jit-demo"
7
description = "Toy language implemented using cranelift-jit"
8
-edition = "2018"
+edition = "2024"
9
10
[dependencies]
11
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"
+cranelift = "0.118.0"
+cranelift-module = "0.118.0"
+cranelift-jit = "0.118.0"
+cranelift-native = "0.118.0"
0 commit comments