Skip to content

Commit 6347e5a

Browse files
committed
bump MSRV to 1.62
1 parent 1e25ece commit 6347e5a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ name: Continuous integration
77

88
jobs:
99
ci-linux:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
continue-on-error: ${{ matrix.experimental || false }}
1212
strategy:
1313
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]
1616

1717
include:
1818
# Nightly is only for reference and allowed to fail

.github/workflows/rustfmt.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Code formatting check
99
jobs:
1010
fmt:
1111
name: Rustfmt
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions-rs/toolchain@v1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project is developed and maintained by the [RISC-V team][team].
1212

1313
## Minimum Supported Rust Version (MSRV)
1414

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*
1616
compile with older versions but that may change in any new patch release.
1717

1818
## License

0 commit comments

Comments
 (0)