diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index 166f9f59..d1a41e89 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -42,7 +42,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo run: git clone https://github.com/stratis-storage/ci.git - name: Run comparisons of version specs with available Fedora packages diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84ffd3f3..f76869ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: format: env: TASK: fmt-ci - TOOLCHAIN: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + TOOLCHAIN: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN runs-on: ubuntu-20.04 steps: - name: Install git @@ -39,7 +39,7 @@ jobs: lint: env: TASK: clippy - TOOLCHAIN: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + TOOLCHAIN: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN runs-on: ubuntu-20.04 steps: - name: Install git @@ -59,7 +59,7 @@ jobs: typos: env: TASK: check-typos - TOOLCHAIN: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + TOOLCHAIN: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN runs-on: ubuntu-20.04 steps: - name: Install git diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a26057d8..8081ab7a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -16,7 +16,7 @@ jobs: matrix: include: - components: cargo - toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN task: make -f Makefile audit - components: clippy toolchain: stable @@ -61,7 +61,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo run: git clone https://github.com/stratis-storage/ci.git - name: Run comparisons of version specs with available Fedora packages