bump aleo v0.3.1 snarkvm v0.9.8 (#2193)

This commit is contained in:
Collin Chin 2022-11-30 00:49:50 -08:00 committed by GitHub
parent 68c5d12bb6
commit 23f5828804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 350 additions and 896 deletions

1230
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -64,13 +64,13 @@ path = "./compiler/span"
version = "1.6.0"
[dependencies.aleo]
git = "https://github.com/AleoHQ/aleo.git"
version = "0.3.0"
version = "0.3.1"
#git = "https://github.com/AleoHQ/aleo.git"
[dependencies.snarkvm]
git = "https://github.com/AleoHQ/snarkVM.git"
version = "0.9.7"
version = "0.9.8"
features = [ "aleo-cli", "circuit", "console", "parallel" ]
#git = "https://github.com/AleoHQ/snarkVM.git"
[dependencies.backtrace]
version = "0.3.66"

View File

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

View File

@ -31,9 +31,9 @@ path = "../span"
version = "1.6.0"
[dependencies.snarkvm-console]
git = "https://github.com/AleoHQ/snarkVM.git"
version = "0.9.7"
version = "0.9.8"
features = [ "account", "network" ]
#git = "https://github.com/AleoHQ/snarkVM.git"
[dependencies.clap]
version = "3.2"