File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ name: Continuous integration
7
7
8
8
jobs :
9
9
ci-linux :
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-22 .04
11
11
continue-on-error : ${{ matrix.experimental || false }}
12
12
strategy :
13
13
matrix :
14
- # All generated code should be running on stable now, MRSV is 1.60 .0
15
- rust : [nightly, stable, 1.60 .0]
14
+ # All generated code should be running on stable now, MRSV is 1.62 .0
15
+ rust : [nightly, stable, 1.62 .0]
16
16
17
17
include :
18
18
# Nightly is only for reference and allowed to fail
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: Code formatting check
9
9
jobs :
10
10
fmt :
11
11
name : Rustfmt
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-22 .04
13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This project is developed and maintained by the [RISC-V team][team].
12
12
13
13
## Minimum Supported Rust Version (MSRV)
14
14
15
- This crate is guaranteed to compile on stable Rust 1.60 .0 and up. It * might*
15
+ This crate is guaranteed to compile on stable Rust 1.62 .0 and up. It * might*
16
16
compile with older versions but that may change in any new patch release.
17
17
18
18
## License
You can’t perform that action at this time.
0 commit comments