We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949c172 commit edc7c4fCopy full SHA for edc7c4f
scripts/mimc-stark-verifier/Cargo.toml
@@ -12,7 +12,7 @@ edition = "2018"
12
ssz = "0.1.2"
13
ssz-derive = "0.1.2"
14
sha3 = "^0.6"
15
-# stark_verifier = { git = "https://github.com/jwasinger/stark-verifier", branch = "feat/lib" }
+stark_verifier = { git = "https://github.com/jwasinger/stark-verifier", branch = "feat/lib" }
16
num-bigint = { git = "https://github.com/jwasinger/num-bigint", branch = "feature/pow"}
17
num-traits = "0.2.8"
18
@@ -22,9 +22,6 @@ rev = "1c01982"
22
default-features = false
23
features = ["std", "eth2", "qimalloc"]
24
25
-[dependencies.stark_verifier]
26
-path = "/home/ubuntu/projects/stark-verifier"
27
-
28
# [profile.release]
29
# lto = true
30
# debug = false
0 commit comments