Skip to content

Commit a60c4c5

Browse files
committed
Update snarkVM rev
1 parent 5f58ab1 commit a60c4c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ default-features = false
4545

4646
[workspace.dependencies.snarkvm] # If this is updated, the rev in `node/rest/Cargo.toml` must be updated as well.
4747
#path = "../snarkVM"
48-
#git = "https://github.com/ProvableHQ/snarkVM.git"
49-
#rev = "e60c5b0"
50-
version = "=3.7.1"
48+
git = "https://github.com/ProvableHQ/snarkVM.git"
49+
rev = "8242f0a"
50+
#version = "=3.7.1"
5151
features = [ "circuit", "console", "rocks" ]
5252

5353
[[bin]]

node/rest/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ version = "=3.7.1"
8080

8181
[dependencies.snarkvm-synthesizer]
8282
#path = "../../../snarkVM/synthesizer"
83-
#git = "https://github.com/ProvableHQ/snarkVM.git"
84-
#rev = "e60c5b0"
85-
version = "=3.7.1"
83+
git = "https://github.com/ProvableHQ/snarkVM.git"
84+
rev = "8242f0a"
85+
#version = "=3.7.1"
8686
default-features = false
8787
optional = true
8888

0 commit comments

Comments
 (0)