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.64 .0
12
+ - 1.66 .0
13
13
- stable
14
14
- beta
15
15
- nightly
39
39
strategy :
40
40
matrix :
41
41
rust :
42
- - 1.64 .0
42
+ - 1.66 .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.64 .0'
60
+ if : matrix.rust == '1.66 .0'
61
61
continue-on-error : true
62
62
run : cargo test --tests --all-features
63
63
95
95
strategy :
96
96
matrix :
97
97
rust :
98
- - 1.64 .0
98
+ - 1.66 .0
99
99
- stable
100
100
steps :
101
101
- name : Checkout sources
@@ -117,7 +117,7 @@ jobs:
117
117
strategy :
118
118
matrix :
119
119
rust :
120
- - 1.64 .0
120
+ - 1.66 .0
121
121
- stable
122
122
123
123
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.64 .0 and newer.
61
+ We currently support Rust 1.66 .0 and newer.
62
62
63
63
64
64
## License
You can’t perform that action at this time.
0 commit comments