File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77rust :
88 - nightly
99 - stable
10- - 1.30 .0 # MSRV
10+ - 1.31 .0 # MSRV
1111
1212if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
1313
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].
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*
1616compile with older versions but that may change in any new patch release.
1717
1818## License
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments