File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
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
11
11
12
if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
12
13
Original file line number Diff line number Diff line change 1
1
//! Low level access to RISC-V processors
2
2
//!
3
+ //! # Minimum Supported Rust Version (MSRV)
4
+ //!
5
+ //! This crate is guaranteed to compile on stable Rust 1.30 and up. It *might*
6
+ //! compile with older versions but that may change in any new patch release.
7
+ //! Note that `riscv64imac-unknown-none-elf` and `riscv64gc-unknown-none-elf` targets
8
+ //! are not supported on stable yet.
9
+ //!
10
+ //! # Features
11
+ //!
3
12
//! This crate provides:
4
13
//!
5
14
//! - Access to core registers like `mstatus` or `mcause`.
You can’t perform that action at this time.
0 commit comments