Skip to content

Commit

Permalink
Bump MSRV to 1.74.0
Browse files Browse the repository at this point in the history
The latest version of `sysinfo` we are planning to use requires MSRV 1.74.0
  • Loading branch information
unlimitedsola authored and sharkdp committed Dec 31, 2024
1 parent 91c3845 commit 34e8c6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
rust:
- stable
- 1.43.0
- 1.74.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -37,7 +37,7 @@ jobs:
matrix:
rust:
- stable
- 1.43.0
- 1.74.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.43.0
toolchain: 1.74.0
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
Expand All @@ -142,7 +142,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.43.0
toolchain: 1.74.0
override: true
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 34e8c6c

Please sign in to comment.