use crates.io snarkvm dep

This commit is contained in:
collin 2022-09-16 18:31:56 +02:00
parent 4e05840bf5
commit ab43581d84
2 changed files with 4 additions and 4 deletions

View File

@ -68,8 +68,8 @@ git = "https://github.com/AleoHQ/aleo.git"
rev = "ddbb647"
[dependencies.snarkvm]
git = "https://github.com/AleoHQ/snarkVM.git"
tag = "v0.9.0"
version = "0.9.0"
#git = "https://github.com/AleoHQ/snarkVM.git"
#rev = "69cf3bd"
features = ["aleo-cli", "circuit", "console", "parallel"]

View File

@ -46,8 +46,8 @@ path = "../../tests/test-framework"
version = "1.4.0"
[dev-dependencies.snarkvm]
git = "https://github.com/AleoHQ/snarkVM.git"
tag = "v0.9.0"
version = "0.9.0"
#git = "https://github.com/AleoHQ/snarkVM.git"
#rev = "69cf3bd"
features = ["aleo-cli", "circuit", "console", "parallel"]