Skip to content

Commit ae3c8e1

Browse files
committed
Update MSRV: 1.56.1 -> 1.59.0
Signed-off-by: Matthias Beyer <[email protected]>
1 parent 655a02d commit ae3c8e1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.56.1
12+
- 1.59.0
1313
- stable
1414
- beta
1515
- nightly
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
rust:
47-
- 1.56.1
47+
- 1.59.0
4848
- stable
4949
- beta
5050
- nightly
@@ -66,7 +66,7 @@ jobs:
6666
args: --all-features
6767

6868
- name: Run cargo test (nightly)
69-
if: matrix.rust == '1.56.1'
69+
if: matrix.rust == '1.59.0'
7070
continue-on-error: true
7171
uses: actions-rs/cargo@v1
7272
with:
@@ -118,7 +118,7 @@ jobs:
118118
- name: Install toolchain
119119
uses: actions-rs/toolchain@v1
120120
with:
121-
toolchain: 1.56.1
121+
toolchain: 1.59.0
122122
override: true
123123
components: clippy
124124

@@ -135,7 +135,7 @@ jobs:
135135
strategy:
136136
matrix:
137137
rust:
138-
- 1.56.1
138+
- 1.59.0
139139
- stable
140140

141141
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ more usage information.
5858

5959
## MSRV
6060

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

6363

6464
## License
6565

6666
config-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
6767

68-
See LICENSE-APACHE and LICENSE-MIT for details.
68+
See LICENSE-APACHE and LICENSE-MIT for details.

0 commit comments

Comments
 (0)