Skip to content

Commit

Permalink
update Cargo.toml to pin snarkvm to a later rev, accounting for updat…
Browse files Browse the repository at this point in the history
…es to the private key generation logic
  • Loading branch information
apruden2008 committed Aug 10, 2021
1 parent d0cb2e5 commit 4a6d3fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup1-contributor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ phase1-coordinator = { path = "../phase1-coordinator", features = ["operator"]}
setup1-shared = { version = "0.1", path = "../setup1-shared" }
setup-utils = { path = "../setup-utils" }

snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM", rev = "707b06f" }
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "707b06f" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "707b06f" }
snarkvm-dpc = { git = "https://github.com/AleoHQ/snarkVM", rev = "fc997c" }
snarkvm-curves = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fc997c" }
snarkvm-utilities = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "fc997c" }

age = { version = "0.5", features = [ "cli-common", "armor" ] }
anyhow = { version = "1.0.33" }
Expand Down

0 comments on commit 4a6d3fd

Please sign in to comment.