Skip to content

Commit

Permalink
Merge pull request #866 from bgurney-rh/latest-1.71
Browse files Browse the repository at this point in the history
github actions: update recommended Rust to 1.71.0
  • Loading branch information
mulkieran authored Jul 21, 2023
2 parents 351826a + 497fe86 commit 90c4cae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 90c4cae

Please sign in to comment.