From 34ca8420c8a20becaf56e4b942f946155b309242 Mon Sep 17 00:00:00 2001 From: Nisheeth Barthwal Date: Wed, 10 Jul 2024 18:26:36 +0200 Subject: [PATCH] update rustc version in ci --- .github/workflows/infrastructure.yml | 2 +- .github/workflows/test.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index dd583f35d..04c3f0c88 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -24,7 +24,7 @@ jobs: - name: Install Rust uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: nightly-2024-02-06 + toolchain: nightly-2024-04-28 - name: Build forge binary run: cargo build --release --bin forge diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f08d0d0c0..4e944e316 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@nightly with: - toolchain: nightly-2024-02-06 + toolchain: nightly-2024-04-28 - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@nightly with: - toolchain: nightly-2024-02-06 + toolchain: nightly-2024-04-28 components: rustfmt - run: cargo fmt --all --check @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@nightly with: - toolchain: nightly-2024-02-06 + toolchain: nightly-2024-04-28 - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true @@ -82,7 +82,7 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@nightly with: - toolchain: nightly-2024-02-06 + toolchain: nightly-2024-04-28 - uses: taiki-e/install-action@cargo-hack - uses: Swatinem/rust-cache@v2 with: @@ -103,7 +103,7 @@ jobs: # - name: Install Rust # uses: actions-rust-lang/setup-rust-toolchain@v1 # with: - # toolchain: nightly-2024-02-06 + # toolchain: nightly-2024-04-28 # - name: Get solc @@ -130,7 +130,7 @@ jobs: - name: Install Rust uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: nightly-2024-02-06 + toolchain: nightly-2024-04-28 - name: Run smoke-test env: