Skip to content

Commit 9374c93

Browse files
booklearnersunfishcode
authored andcommitted
update cranelift dependencies to 0.69.0
1 parent e09f30a commit 9374c93

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎Cargo.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Toy language implemented using cranelift-jit"
88
edition = "2018"
99

1010
[dependencies]
11-
cranelift = "0.68.0"
12-
cranelift-module = "0.68.0"
13-
cranelift-jit = "0.68.0"
11+
cranelift = "0.69.0"
12+
cranelift-module = "0.69.0"
13+
cranelift-jit = "0.69.0"
1414
peg = "0.6"

0 commit comments

Comments
 (0)