Skip to content

Commit

Permalink
Merge pull request #512 from matthiasbeyer/update-msrv
Browse files Browse the repository at this point in the history
Update MSRV: 1.70.0 -> 1.75.0
  • Loading branch information
matthiasbeyer authored Feb 1, 2024
2 parents 292d331 + 54f7c2e commit fd5aa23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.70.0
toolchain: 1.75.0

- name: Cache
uses: Swatinem/rust-cache@v2
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.70.0
toolchain: 1.75.0

- name: Cache
uses: Swatinem/rust-cache@v2
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.70.0
toolchain: 1.75.0
components: rustfmt

- name: Run cargo fmt
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.70.0
toolchain: 1.75.0
components: clippy

- name: Cache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ more usage information.

## MSRV

We currently support Rust 1.70.0 and newer.
We currently support Rust 1.75.0 and newer.


## License
Expand Down

0 comments on commit fd5aa23

Please sign in to comment.