Skip to content

Commit

Permalink
Update MSRV: 1.59.0 -> 1.60.0
Browse files Browse the repository at this point in the history
The is necessary because if the "toml" dependency is updated to 0.6.0,
it requires 1.60.0 as MSRV.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer committed Jan 25, 2023
1 parent f12b93f commit d9cfc8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/msrv.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- 1.59.0
- 1.60.0
- stable
- beta
- nightly
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
rust:
- 1.59.0
- 1.60.0
- stable
- beta
- nightly
Expand All @@ -57,7 +57,7 @@ jobs:
run: cargo test --all-features

- name: Run cargo test (nightly)
if: matrix.rust == '1.59.0'
if: matrix.rust == '1.60.0'
continue-on-error: true
run: cargo test --tests --all-features

Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/checkout@v3.3.0

- name: Install toolchain
uses: dtolnay/rust-toolchain@1.59.0
uses: dtolnay/rust-toolchain@1.60.0
with:
components: clippy

Expand All @@ -111,7 +111,7 @@ jobs:
strategy:
matrix:
rust:
- 1.59.0
- 1.60.0
- stable

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ more usage information.

## MSRV

We currently support Rust 1.59.0 and newer.
We currently support Rust 1.60.0 and newer.


## License
Expand Down

0 comments on commit d9cfc8d

Please sign in to comment.