Skip to content

Commit b0f75fb

Browse files
committed
Update MSRV
1 parent 3aaa2f4 commit b0f75fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
rust:
88
- nightly
99
- stable
10-
- 1.30.0 # MSRV
10+
- 1.31.0 # MSRV
1111

1212
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
1313

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.30.0 and up. It *might*
15+
This crate is guaranteed to compile on stable Rust 1.31.0 and up. It *might*
1616
compile with older versions but that may change in any new patch release.
1717

1818
## License

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! # Minimum Supported Rust Version (MSRV)
44
//!
5-
//! This crate is guaranteed to compile on stable Rust 1.30 and up. It *might*
5+
//! This crate is guaranteed to compile on stable Rust 1.31 and up. It *might*
66
//! compile with older versions but that may change in any new patch release.
77
//! Note that `riscv64imac-unknown-none-elf` and `riscv64gc-unknown-none-elf` targets
88
//! are not supported on stable yet.

0 commit comments

Comments
 (0)