Skip to content

Commit

Permalink
github actions: update recommended Rust to 1.71.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
  • Loading branch information
bgurney-rh committed Jul 21, 2023
1 parent 52831f2 commit 24abaa5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
format:
env:
TASK: fmt-ci
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 All @@ -35,7 +35,7 @@ jobs:
lint:
env:
TASK: clippy
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 @@ -227,7 +227,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
4 changes: 2 additions & 2 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
- components: clippy
toolchain: stable
Expand Down Expand Up @@ -53,7 +53,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 24abaa5

Please sign in to comment.