Skip to content

Commit 9bf7b54

Browse files
authored
Merge pull request #3667 from ProvableHQ/release-mainnet-3.7.2
Update snarkVM rev
2 parents 5f58ab1 + 92a25c3 commit 9bf7b54

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ commands:
7777
export RUSTC_WRAPPER="sccache"
7878
rm -rf "$CIRCLE_WORKING_DIRECTORY/.cargo/registry"
7979
DEBIAN_FRONTEND=noninteractive sudo apt-get update
80-
DEBIAN_FRONTEND=noninteractive sudo apt-get dist-upgrade -y -o DPkg::Options::=--force-confold
8180
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y --no-install-recommends clang llvm-dev llvm pkg-config xz-utils make libssl-dev libssl-dev
8281
- restore_cache:
8382
keys:

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)