Skip to content

Commit

Permalink
Merge pull request #3183 from AleoHQ/bump/msrv-176
Browse files Browse the repository at this point in the history
Bump MSRV to 1.76.0 & update snarkVM rev
  • Loading branch information
howardwu committed Mar 23, 2024
2 parents fb3c410 + 6995f7c commit 1e445b5
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 83 deletions.
42 changes: 21 additions & 21 deletions .circleci/config.yml
Expand Up @@ -160,7 +160,7 @@ commands:
jobs:
integration:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
steps:
- run_serial_long:
Expand All @@ -169,7 +169,7 @@ jobs:

snarkos:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
steps:
- run_serial:
Expand All @@ -178,7 +178,7 @@ jobs:

account:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- run_serial:
Expand All @@ -187,7 +187,7 @@ jobs:

cli:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- run_serial:
Expand All @@ -196,7 +196,7 @@ jobs:

display:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- run_serial:
Expand All @@ -205,7 +205,7 @@ jobs:

node:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
steps:
- run_serial:
Expand All @@ -214,7 +214,7 @@ jobs:

node-bft:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
steps:
- run_serial:
Expand All @@ -223,7 +223,7 @@ jobs:

node-bft-events:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
steps:
- run_serial:
Expand All @@ -232,7 +232,7 @@ jobs:

node-bft-ledger-service:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- run_serial:
Expand All @@ -241,7 +241,7 @@ jobs:

node-bft-storage-service:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- run_serial:
Expand All @@ -250,7 +250,7 @@ jobs:

node-cdn:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- run_serial:
Expand All @@ -259,7 +259,7 @@ jobs:

node-consensus:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
steps:
- run_serial:
Expand All @@ -268,7 +268,7 @@ jobs:

node-rest:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- run_serial:
Expand All @@ -277,7 +277,7 @@ jobs:

node-router:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- run_serial:
Expand All @@ -286,7 +286,7 @@ jobs:

node-router-messages:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- run_serial:
Expand All @@ -295,7 +295,7 @@ jobs:

node-sync:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- run_serial:
Expand All @@ -304,7 +304,7 @@ jobs:

node-sync-communication-service:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- run_serial:
Expand All @@ -313,7 +313,7 @@ jobs:

node-sync-locators:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- run_serial:
Expand All @@ -322,7 +322,7 @@ jobs:

node-tcp:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- run_serial:
Expand All @@ -331,7 +331,7 @@ jobs:

check-fmt:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
steps:
- checkout
Expand All @@ -347,7 +347,7 @@ jobs:

check-clippy:
docker:
- image: cimg/rust:1.74.1
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
steps:
- checkout
Expand Down

0 comments on commit 1e445b5

Please sign in to comment.