Skip to content

Commit

Permalink
chore: add snark-verifier version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Dec 4, 2023
1 parent 48f667c commit d0ad88f
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 @@ -26,7 +26,7 @@ bincode = "1.3.3"
ark-std = { version = "0.3.0", features = ["print-trace"], optional = true }
halo2-base = { version = "=0.4.0", default-features = false }
# halo2-base = { git = "https://github.com/axiom-crypto/halo2-lib.git", branch = "release-0.4.0-rc", default-features = false }
snark-verifier = { path = "../snark-verifier", default-features = false }
snark-verifier = { version = "=0.1.6", path = "../snark-verifier", default-features = false }
getset = "0.1.2"

# loader_evm
Expand Down

0 comments on commit d0ad88f

Please sign in to comment.