Skip to content

Commit edc7c4f

Browse files
committed
more
1 parent 949c172 commit edc7c4f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/mimc-stark-verifier/Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2018"
1212
ssz = "0.1.2"
1313
ssz-derive = "0.1.2"
1414
sha3 = "^0.6"
15-
# stark_verifier = { git = "https://github.com/jwasinger/stark-verifier", branch = "feat/lib" }
15+
stark_verifier = { git = "https://github.com/jwasinger/stark-verifier", branch = "feat/lib" }
1616
num-bigint = { git = "https://github.com/jwasinger/num-bigint", branch = "feature/pow"}
1717
num-traits = "0.2.8"
1818

@@ -22,9 +22,6 @@ rev = "1c01982"
2222
default-features = false
2323
features = ["std", "eth2", "qimalloc"]
2424

25-
[dependencies.stark_verifier]
26-
path = "/home/ubuntu/projects/stark-verifier"
27-
2825
# [profile.release]
2926
# lto = true
3027
# debug = false

0 commit comments

Comments
 (0)