File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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
39
39
strategy :
40
40
matrix :
41
41
rust :
42
- - 1.59 .0
42
+ - 1.60 .0
43
43
- stable
44
44
- beta
45
45
- nightly
57
57
run : cargo test --all-features
58
58
59
59
- name : Run cargo test (nightly)
60
- if : matrix.rust == '1.59 .0'
60
+ if : matrix.rust == '1.60 .0'
61
61
continue-on-error : true
62
62
run : cargo test --tests --all-features
63
63
97
97
98
98
99
99
- name : Install toolchain
100
- uses : dtolnay/rust-toolchain@1.59 .0
100
+ uses : dtolnay/rust-toolchain@1.60 .0
101
101
with :
102
102
components : clippy
103
103
@@ -111,7 +111,7 @@ jobs:
111
111
strategy :
112
112
matrix :
113
113
rust :
114
- - 1.59 .0
114
+ - 1.60 .0
115
115
- stable
116
116
117
117
steps :
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ more usage information.
58
58
59
59
## MSRV
60
60
61
- We currently support Rust 1.59 .0 and newer.
61
+ We currently support Rust 1.60 .0 and newer.
62
62
63
63
64
64
## License
You can’t perform that action at this time.
0 commit comments