File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
rust :
12
- - 1.56.1
12
+ - 1.59.0
13
13
- stable
14
14
- beta
15
15
- nightly
44
44
strategy :
45
45
matrix :
46
46
rust :
47
- - 1.56.1
47
+ - 1.59.0
48
48
- stable
49
49
- beta
50
50
- nightly
66
66
args : --all-features
67
67
68
68
- name : Run cargo test (nightly)
69
- if : matrix.rust == '1.56.1 '
69
+ if : matrix.rust == '1.59.0 '
70
70
continue-on-error : true
71
71
uses : actions-rs/cargo@v1
72
72
with :
@@ -118,7 +118,7 @@ jobs:
118
118
- name : Install toolchain
119
119
uses : actions-rs/toolchain@v1
120
120
with :
121
- toolchain : 1.56.1
121
+ toolchain : 1.59.0
122
122
override : true
123
123
components : clippy
124
124
@@ -135,7 +135,7 @@ jobs:
135
135
strategy :
136
136
matrix :
137
137
rust :
138
- - 1.56.1
138
+ - 1.59.0
139
139
- stable
140
140
141
141
steps :
Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ more usage information.
58
58
59
59
## MSRV
60
60
61
- We currently support Rust 1.56.1 and newer.
61
+ We currently support Rust 1.59.0 and newer.
62
62
63
63
64
64
## License
65
65
66
66
config-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
67
67
68
- See LICENSE-APACHE and LICENSE-MIT for details.
68
+ See LICENSE-APACHE and LICENSE-MIT for details.
You can’t perform that action at this time.
0 commit comments