Skip to content

Commit

Permalink
Merge pull request #339 from bgurney-rh/latest-1.75
Browse files Browse the repository at this point in the history
github actions: update recommended Rust to 1.75.0
  • Loading branch information
mulkieran authored Jan 3, 2024
2 parents f18d3da + fe72dd2 commit da1e19c
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -42,7 +42,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.74.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.75.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
9 changes: 6 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.74.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
TOOLCHAIN: 1.75.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
runs-on: ubuntu-20.04
steps:
- name: Install git
Expand All @@ -39,7 +39,7 @@ jobs:
lint:
env:
TASK: clippy
TOOLCHAIN: 1.74.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
TOOLCHAIN: 1.75.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
runs-on: ubuntu-20.04
steps:
- name: Install git
Expand All @@ -59,14 +59,17 @@ jobs:
typos:
env:
TASK: check-typos
TOOLCHAIN: 1.74.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
TOOLCHAIN: 1.75.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
runs-on: ubuntu-20.04
steps:
- name: Install git
run: sudo apt-get install git
- uses: actions/checkout@v3
with:
submodules: true
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.TOOLCHAIN }}
- uses: baptiste0928/cargo-install@v2
with:
crate: typos-cli
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.74.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.75.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
task: make -f Makefile audit
- components: clippy
toolchain: stable
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.74.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.75.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 da1e19c

Please sign in to comment.