Skip to content

Commit 049dca4

Browse files
committed
bump MSRV to 1.59.0
1 parent 344b676 commit 049dca4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
continue-on-error: ${{ matrix.experimental || false }}
1212
strategy:
1313
matrix:
14-
# All generated code should be running on stable now, MRSV is 1.42.0
15-
rust: [nightly, stable, 1.42.0]
14+
# All generated code should be running on stable now, MRSV is 1.59.0
15+
rust: [nightly, stable, 1.59.0]
1616

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

README.md

Lines changed: 1 addition & 1 deletion
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.42.0 and up. It *might*
15+
This crate is guaranteed to compile on stable Rust 1.59.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)