Skip to content

Commit d97b904

Browse files
committed
Update MSRV to 1.60.0
For the next 0.13.x release, we need a newer MSRV, because the log dependency does not build with 1.59.0 anymore. So we update the MSRV here. Signed-off-by: Matthias Beyer <[email protected]>
1 parent 069891c commit d97b904

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/msrv.yml

+6-6
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
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
rust:
48-
- 1.59.0
48+
- 1.60.0
4949
- stable
5050
- beta
5151
- nightly
@@ -61,14 +61,14 @@ jobs:
6161
override: true
6262

6363
- name: Run cargo test
64-
if: matrix.rust != 'nightly' && matrix.rust != '1.59.0'
64+
if: matrix.rust != 'nightly' && matrix.rust != '1.60.0'
6565
uses: actions-rs/cargo@v1
6666
with:
6767
command: test
6868
args: --all-features
6969

7070
- name: Run cargo test (nightly)
71-
if: matrix.rust == '1.59.0'
71+
if: matrix.rust == '1.60.0'
7272
continue-on-error: true
7373
uses: actions-rs/cargo@v1
7474
with:
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install toolchain
122122
uses: actions-rs/toolchain@v1
123123
with:
124-
toolchain: 1.59.0
124+
toolchain: 1.60.0
125125
override: true
126126
components: clippy
127127

@@ -138,7 +138,7 @@ jobs:
138138
strategy:
139139
matrix:
140140
rust:
141-
- 1.59.0
141+
- 1.60.0
142142
- stable
143143

144144
steps:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ more usage information.
5656

5757
## MSRV
5858

59-
We currently support Rust 1.56.0 and newer.
59+
We currently support Rust 1.60.0 and newer.
6060

6161

6262
## License

0 commit comments

Comments
 (0)