You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
& C:\rustup-init.exe -y --default-toolchain "1.83.0-x86_64-pc-windows-msvc" --no-modify-path --profile minimal # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
42
42
$Env:Path += ";$Env:USERPROFILE\.cargo\bin"
43
43
# Verify the installation.
44
44
cargo --version --verbose
@@ -60,7 +60,7 @@ commands:
60
60
parameters:
61
61
cache_key:
62
62
type: string
63
-
default: v3.0.0-rust-1.81.0-snarkos-stable-cache
63
+
default: v3.3.1-rust-1.83.0-snarkos-stable-cache
64
64
steps:
65
65
- run: set -e
66
66
- run:
@@ -88,7 +88,7 @@ commands:
88
88
parameters:
89
89
cache_key:
90
90
type: string
91
-
default: v3.0.0-rust-1.81.0-snarkos-stable-cache
91
+
default: v3.3.1-rust-1.83.0-snarkos-stable-cache
92
92
steps:
93
93
- run: (sccache -s||true)
94
94
- run: set +e
@@ -173,207 +173,207 @@ commands:
173
173
jobs:
174
174
integration:
175
175
docker:
176
-
- image: cimg/rust:1.81.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
176
+
- image: cimg/rust:1.83.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
177
177
resource_class: << pipeline.parameters.medium >>
178
178
steps:
179
179
- run_serial_long:
180
180
workspace_member: .integration
181
-
cache_key: v3.0.0-rust-1.81.0-integration-cache
181
+
cache_key: v3.3.1-rust-1.83.0-integration-cache
182
182
183
183
snarkos:
184
184
docker:
185
-
- image: cimg/rust:1.81.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
185
+
- image: cimg/rust:1.83.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
186
186
resource_class: << pipeline.parameters.large >>
187
187
steps:
188
188
- run_serial:
189
189
workspace_member: .
190
-
cache_key: v3.0.0-rust-1.81.0-stable-cache
190
+
cache_key: v3.3.1-rust-1.83.0-stable-cache
191
191
192
192
account:
193
193
docker:
194
-
- image: cimg/rust:1.81.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
194
+
- image: cimg/rust:1.83.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
195
195
resource_class: << pipeline.parameters.medium >>
196
196
steps:
197
197
- run_serial:
198
198
workspace_member: account
199
-
cache_key: v3.0.0-rust-1.81.0-account-cache
199
+
cache_key: v3.3.1-rust-1.83.0-account-cache
200
200
201
201
cli:
202
202
docker:
203
-
- image: cimg/rust:1.81.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
203
+
- image: cimg/rust:1.83.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
204
204
resource_class: << pipeline.parameters.xlarge >>
205
205
steps:
206
206
- run_serial:
207
207
workspace_member: cli
208
-
cache_key: v3.0.0-rust-1.81.0-cli-cache
208
+
cache_key: v3.3.1-rust-1.83.0-cli-cache
209
209
210
210
display:
211
211
docker:
212
-
- image: cimg/rust:1.81.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
212
+
- image: cimg/rust:1.83.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
213
213
resource_class: << pipeline.parameters.medium >>
214
214
steps:
215
215
- run_serial:
216
216
workspace_member: display
217
-
cache_key: v3.0.0-rust-1.81.0-display-cache
217
+
cache_key: v3.3.1-rust-1.83.0-display-cache
218
218
219
219
node:
220
220
docker:
221
-
- image: cimg/rust:1.81.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
221
+
- image: cimg/rust:1.83.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
0 commit comments