File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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"
5151features = [ " circuit" , " console" , " rocks" ]
5252
5353[[bin ]]
Original file line number Diff line number Diff 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"
8686default-features = false
8787optional = true
8888
You can’t perform that action at this time.
0 commit comments