Skip to content

Commit

Permalink
Change snarkVM to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Playwo committed Dec 5, 2022
1 parent deae45a commit 8743fe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ path = "snarkos/main.rs"

[workspace.dependencies.snarkvm]
# path = "../snarkvm"
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "dafd8cc"
#version = "0.9.9"
git = "https://github.com/PoolPirate/snarkVM.git"
rev = "83d6420"
#version = "0.9.10"
features = ["circuit", "console", "cuda", "parallel"]

[dependencies.anyhow]
Expand Down

0 comments on commit 8743fe7

Please sign in to comment.