Skip to content

Commit 537ee84

Browse files
booklearnersunfishcode
authored andcommitted
change cranelift-simplejit to cranelift-jit in Cargo.toml
1 parent e120e20 commit 537ee84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎Cargo.toml‎

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

1010
[dependencies]
1111
cranelift = "0.68.0"
1212
cranelift-module = "0.68.0"
13-
cranelift-simplejit = "0.68.0"
13+
cranelift-jit = "0.68.0"
1414
peg = "0.6"

0 commit comments

Comments
 (0)