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 99 strategy :
1010 matrix :
1111 rust :
12- - 1.64 .0
12+ - 1.66 .0
1313 - stable
1414 - beta
1515 - nightly
3939 strategy :
4040 matrix :
4141 rust :
42- - 1.64 .0
42+ - 1.66 .0
4343 - stable
4444 - beta
4545 - nightly
5757 run : cargo test --all-features
5858
5959 - name : Run cargo test (nightly)
60- if : matrix.rust == '1.64 .0'
60+ if : matrix.rust == '1.66 .0'
6161 continue-on-error : true
6262 run : cargo test --tests --all-features
6363
9595 strategy :
9696 matrix :
9797 rust :
98- - 1.64 .0
98+ - 1.66 .0
9999 - stable
100100 steps :
101101 - name : Checkout sources
@@ -117,7 +117,7 @@ jobs:
117117 strategy :
118118 matrix :
119119 rust :
120- - 1.64 .0
120+ - 1.66 .0
121121 - stable
122122
123123 steps :
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ more usage information.
5858
5959## MSRV
6060
61- We currently support Rust 1.64 .0 and newer.
61+ We currently support Rust 1.66 .0 and newer.
6262
6363
6464## License
You can’t perform that action at this time.
0 commit comments