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 7
7
rust :
8
8
- nightly
9
9
- stable
10
- - 1.30 .0 # MSRV
10
+ - 1.31 .0 # MSRV
11
11
12
12
if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
13
13
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.30 .0 and up. It * might*
15
+ This crate is guaranteed to compile on stable Rust 1.31 .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
Original file line number Diff line number Diff line change 2
2
//!
3
3
//! # Minimum Supported Rust Version (MSRV)
4
4
//!
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*
6
6
//! compile with older versions but that may change in any new patch release.
7
7
//! Note that `riscv64imac-unknown-none-elf` and `riscv64gc-unknown-none-elf` targets
8
8
//! are not supported on stable yet.
You can’t perform that action at this time.
0 commit comments