Skip to content

Commit

Permalink
Merge pull request AleoNet#3375 from zosorock/testnet-beta/v0.4.0
Browse files Browse the repository at this point in the history
Testnet Beta v0.4.0 release
  • Loading branch information
zosorock authored Aug 6, 2024
2 parents 60e4deb + ede4581 commit 838da0d
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 = "83795c1" # If this is updated, the rev in `node/rest/Cargo.toml` must be updated as well.
rev = "be171ce" # 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 = "83795c1"
rev = "be171ce"
default-features = false
optional = true

Expand Down

0 comments on commit 838da0d

Please sign in to comment.