Skip to content

Commit

Permalink
Update snarkVM rev
Browse files Browse the repository at this point in the history
  • Loading branch information
raychu86 committed Aug 26, 2022
1 parent 903a15d commit 6996fa1
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 44 deletions.
85 changes: 43 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ version = "2.0.2"

[dependencies.snarkvm]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "e866f2d"
rev = "1db1f75"
features = ["circuit", "console", "parallel", "utilities"]

[dependencies.aleo-std]
Expand Down Expand Up @@ -109,6 +109,9 @@ version = "1"
[dependencies.thiserror]
version = "1.0"

[dependencies.time]
version = "0.3.14"

[dependencies.tokio]
version = "1"
features = [ "full" ]
Expand Down
Loading

0 comments on commit 6996fa1

Please sign in to comment.