Skip to content

Commit

Permalink
snark verifier works now
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenfeizhang committed Oct 16, 2023
1 parent 2ff8a43 commit 164ff3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snark-verifier-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_json = "1.0"
serde_with = { version = "2.2", optional = true }
bincode = "1.3.3"
ark-std = { version = "0.3.0", features = ["print-trace"], optional = true }
halo2-base = { git = "https://github.com/scroll-tech/halo2-lib.git", branch = "release-0.4.0-rc", default-features = false }
halo2-base = { git = "https://github.com/scroll-tech/halo2-lib.git", branch = "sync-halo2-lib-0.4.0", default-features = false }
snark-verifier = { path = "../snark-verifier", default-features = false }
getset = "0.1.2"

Expand Down

0 comments on commit 164ff3c

Please sign in to comment.