Skip to content

Commit

Permalink
github actions: update recommended Rust to 1.83.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Dec 3, 2024
1 parent cadea94 commit ade7e94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.83.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,22 +24,22 @@ jobs:
include:
# MANDATORY CHECKS USING CURRENT DEVELOPMENT COMPILER
- components: rustfmt
toolchain: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.83.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
task: fmt-ci
- components: clippy
toolchain: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.83.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
task: clippy
- components: cargo
toolchain: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.83.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
task: build
- components: cargo
toolchain: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.83.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
task: test
- components: cargo
toolchain: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.83.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
task: docs-ci
- components: cargo
toolchain: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.83.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
task: check-typos
# MANDATORY TESTING USING LOWEST SUPPORTED COMPILER
- components: cargo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.83.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 Expand Up @@ -87,4 +87,4 @@ jobs:
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
verbose: true
rust-toolchain: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
rust-toolchain: 1.83.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN

0 comments on commit ade7e94

Please sign in to comment.