We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf87df2 commit 5efcf18Copy full SHA for 5efcf18
hacker-compiler/Cargo.toml
@@ -1,13 +1,14 @@
1
[package]
2
name = "hacker-compiler"
3
-version = "0.0.1"
+version = "0.0.4"
4
edition = "2021"
5
6
[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"
+cranelift = "0.125.3"
+cranelift-module = "0.125.3"
+cranelift-object = "0.125.3"
+cranelift-frontend = "0.125.3"
+cranelift-codegen = "0.125.3"
+target-lexicon = "0.13.3"
13
subprocess = "0.2.9"
14
+base64 = "0.22.1"
0 commit comments