Skip to content

Commit

Permalink
Bump snarkVM rev
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Jan 2, 2022
1 parent 8a2f257 commit 9e4cc7c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default = []
test = []

[dependencies]
snarkvm = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "b70bf72" }
snarkvm = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "ff10c20" }
#snarkvm = { path = "../snarkVM" }

bytes = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ license = "GPL-3.0"
edition = "2018"

[dependencies]
snarkvm = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "b70bf72" }
snarkvm = { git = "https://github.com/AleoHQ/snarkVM.git", rev = "ff10c20" }
#snarkvm = { path = "../../snarkVM" }

[dependencies.anyhow]
Expand Down
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ path = "../storage"

[dependencies.snarkvm]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "b70bf72"
rev = "ff10c20"
#path = "../../snarkVM"

[dependencies.anyhow]
Expand Down

0 comments on commit 9e4cc7c

Please sign in to comment.