Skip to content

Commit d9cfc8d

Browse files
committed
Update MSRV: 1.59.0 -> 1.60.0
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 <[email protected]>
1 parent f12b93f commit d9cfc8d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/msrv.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
rust:
12-
- 1.59.0
12+
- 1.60.0
1313
- stable
1414
- beta
1515
- nightly
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
rust:
42-
- 1.59.0
42+
- 1.60.0
4343
- stable
4444
- beta
4545
- nightly
@@ -57,7 +57,7 @@ jobs:
5757
run: cargo test --all-features
5858

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

@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/[email protected]
9898

9999
- name: Install toolchain
100-
uses: dtolnay/rust-toolchain@1.59.0
100+
uses: dtolnay/rust-toolchain@1.60.0
101101
with:
102102
components: clippy
103103

@@ -111,7 +111,7 @@ jobs:
111111
strategy:
112112
matrix:
113113
rust:
114-
- 1.59.0
114+
- 1.60.0
115115
- stable
116116

117117
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ more usage information.
5858

5959
## MSRV
6060

61-
We currently support Rust 1.59.0 and newer.
61+
We currently support Rust 1.60.0 and newer.
6262

6363

6464
## License

0 commit comments

Comments
 (0)