Skip to content

Commit 5efcf18

Browse files
authored
Update Cargo.toml
1 parent cf87df2 commit 5efcf18

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

hacker-compiler/Cargo.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[package]
22
name = "hacker-compiler"
3-
version = "0.0.1"
3+
version = "0.0.4"
44
edition = "2021"
55

66
[dependencies]
7-
cranelift = "0.109.0"
8-
cranelift-module = "0.109.0"
9-
cranelift-object = "0.109.0"
10-
cranelift-frontend = "0.109.0"
11-
cranelift-codegen = "0.109.0"
12-
target-lexicon = "0.12.14"
7+
cranelift = "0.125.3"
8+
cranelift-module = "0.125.3"
9+
cranelift-object = "0.125.3"
10+
cranelift-frontend = "0.125.3"
11+
cranelift-codegen = "0.125.3"
12+
target-lexicon = "0.13.3"
1313
subprocess = "0.2.9"
14+
base64 = "0.22.1"

0 commit comments

Comments
 (0)