File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 continue-on-error : ${{ matrix.experimental || false }}
2424 strategy :
2525 matrix :
26- rust : [ stable ]
26+ rust : [stable]
2727 include :
2828 # Test nightly but don't fail the build.
2929 - rust : nightly
3030 experimental : true
3131 # MSRV
32- - rust : 1.65 .0
32+ - rust : 1.70 .0
3333 name : " MSRV"
3434 steps :
3535 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ It consists of:
1010
1111## Minimum Supported Rust Version (MSRV)
1212
13- This crate is guaranteed to compile on stable Rust 1.65 .0 and up. It * might*
13+ This crate is guaranteed to compile on stable Rust 1.70 .0 and up. It * might*
1414compile with older versions but that may change in any new patch release.
1515
1616## License
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This project is developed and maintained by the [Tools team][team].
1313
1414## Minimum Supported Rust Version (MSRV)
1515
16- This crate is guaranteed to compile on stable Rust 1.65 .0 and up. It * might*
16+ This crate is guaranteed to compile on stable Rust 1.70 .0 and up. It * might*
1717compile with older versions but that may change in any new patch release.
1818
1919## License
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This project is developed and maintained by the [Tools team][team].
1313
1414## Minimum Supported Rust Version (MSRV)
1515
16- This crate is guaranteed to compile on stable Rust 1.65 .0 and up. It * might*
16+ This crate is guaranteed to compile on stable Rust 1.70 .0 and up. It * might*
1717compile with older versions but that may change in any new patch release.
1818
1919## License
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This project is developed and maintained by the [Tools team][team].
1313
1414## Minimum Supported Rust Version (MSRV)
1515
16- This crate is guaranteed to compile on stable Rust 1.65 .0 and up. It * might*
16+ This crate is guaranteed to compile on stable Rust 1.70 .0 and up. It * might*
1717compile with older versions but that may change in any new patch release.
1818
1919## License
You can’t perform that action at this time.
0 commit comments