File tree 2 files changed +7
-7
lines changed
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.59 .0
12
+ - 1.60 .0
13
13
- stable
14
14
- beta
15
15
- nightly
45
45
strategy :
46
46
matrix :
47
47
rust :
48
- - 1.59 .0
48
+ - 1.60 .0
49
49
- stable
50
50
- beta
51
51
- nightly
@@ -61,14 +61,14 @@ jobs:
61
61
override : true
62
62
63
63
- name : Run cargo test
64
- if : matrix.rust != 'nightly' && matrix.rust != '1.59 .0'
64
+ if : matrix.rust != 'nightly' && matrix.rust != '1.60 .0'
65
65
uses : actions-rs/cargo@v1
66
66
with :
67
67
command : test
68
68
args : --all-features
69
69
70
70
- name : Run cargo test (nightly)
71
- if : matrix.rust == '1.59 .0'
71
+ if : matrix.rust == '1.60 .0'
72
72
continue-on-error : true
73
73
uses : actions-rs/cargo@v1
74
74
with :
@@ -121,7 +121,7 @@ jobs:
121
121
- name : Install toolchain
122
122
uses : actions-rs/toolchain@v1
123
123
with :
124
- toolchain : 1.59 .0
124
+ toolchain : 1.60 .0
125
125
override : true
126
126
components : clippy
127
127
@@ -138,7 +138,7 @@ jobs:
138
138
strategy :
139
139
matrix :
140
140
rust :
141
- - 1.59 .0
141
+ - 1.60 .0
142
142
- stable
143
143
144
144
steps :
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ more usage information.
56
56
57
57
## MSRV
58
58
59
- We currently support Rust 1.56 .0 and newer.
59
+ We currently support Rust 1.60 .0 and newer.
60
60
61
61
62
62
## License
You can’t perform that action at this time.
0 commit comments