diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index d37d50ee..8f41de70 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -38,7 +38,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.71.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 1def756c..4980ef00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,16 +24,16 @@ jobs: matrix: include: - components: rustfmt - toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN task: make -f Makefile fmt-ci - components: clippy - toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN task: make -f Makefile clippy - components: cargo - toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN task: make -f Makefile build - components: cargo - toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN task: make -f Makefile docs runs-on: ubuntu-20.04 steps: @@ -54,7 +54,7 @@ jobs: matrix: include: - toolchain: 1.69.0 # LOWEST SUPPORTED RUST TOOLCHAIN - - toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + - toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 @@ -102,7 +102,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo run: git clone https://github.com/stratis-storage/ci.git - name: Run ${{ matrix.task }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d3f803c9..48b51493 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -16,7 +16,7 @@ jobs: matrix: include: - components: cargo - toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN task: make -f Makefile audit # Allowed because a failure may occur after a new Rust stable # version is released. @@ -41,7 +41,7 @@ jobs: strategy: matrix: include: - - toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + - toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 @@ -77,7 +77,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.71.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