Update revs

This commit is contained in:
Pranav Gaddamadugu 2022-10-06 11:31:58 -07:00
parent 6fb4ed1a3d
commit 97b299ac8a
4 changed files with 318 additions and 1223 deletions

1523
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -65,12 +65,12 @@ version = "1.5.3"
[dependencies.aleo]
git = "https://github.com/AleoHQ/aleo.git"
rev = "ddbb647"
rev = "28cc7f5"
[dependencies.snarkvm]
version = "0.9.0"
#git = "https://github.com/AleoHQ/snarkVM.git"
#rev = "69cf3bd"
#version = "0.9.0"
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "ea14990"
features = ["aleo-cli", "circuit", "console", "parallel"]
[dependencies.backtrace]
@ -134,7 +134,7 @@ version = "0.3.15"
features = [ "fmt" ]
[dependencies.zip]
version = "0.6"
version = "^0.6"
[target."cfg(windows)".dependencies.ansi_term]
version = "0.12.1"

View File

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

View File

@ -32,7 +32,7 @@ version = "1.5.3"
[dependencies.snarkvm-console]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "5770366"
rev = "ea14990"
features = ["account", "network"]
[dependencies.clap]