Skip to content

Commit

Permalink
updating commit rev for Mainnet Beta v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Fabiano <[email protected]>
  • Loading branch information
zosorock committed Sep 4, 2024
1 parent 12cf232 commit 30c8e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ default-features = false
[workspace.dependencies.snarkvm]
#path = "../snarkVM"
git = "https://github.com/AleoNet/snarkVM.git"
rev = "5bb50a8" # If this is updated, the rev in `node/rest/Cargo.toml` must be updated as well.
rev = "02994a1" # If this is updated, the rev in `node/rest/Cargo.toml` must be updated as well.
#version = "=0.16.18"
features = [ "circuit", "console", "rocks" ]

Expand Down
2 changes: 1 addition & 1 deletion node/rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ version = "=2.2.7"
[dependencies.snarkvm-synthesizer]
#path = "../../../snarkVM/synthesizer"
git = "https://github.com/AleoNet/snarkVM.git"
rev = "5bb50a8"
rev = "02994a1"
default-features = false
optional = true

Expand Down

0 comments on commit 30c8e85

Please sign in to comment.