File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
continue-on-error : ${{ matrix.experimental || false }}
24
24
strategy :
25
25
matrix :
26
- rust : [ stable ]
26
+ rust : [stable]
27
27
include :
28
28
# Test nightly but don't fail the build.
29
29
- rust : nightly
30
30
experimental : true
31
31
# MSRV
32
- - rust : 1.65 .0
32
+ - rust : 1.70 .0
33
33
name : " MSRV"
34
34
steps :
35
35
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ It consists of:
10
10
11
11
## Minimum Supported Rust Version (MSRV)
12
12
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*
14
14
compile with older versions but that may change in any new patch release.
15
15
16
16
## 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].
13
13
14
14
## Minimum Supported Rust Version (MSRV)
15
15
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*
17
17
compile with older versions but that may change in any new patch release.
18
18
19
19
## 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].
13
13
14
14
## Minimum Supported Rust Version (MSRV)
15
15
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*
17
17
compile with older versions but that may change in any new patch release.
18
18
19
19
## 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].
13
13
14
14
## Minimum Supported Rust Version (MSRV)
15
15
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*
17
17
compile with older versions but that may change in any new patch release.
18
18
19
19
## License
You can’t perform that action at this time.
0 commit comments