File tree Expand file tree Collapse file tree 4 files changed +6
-14
lines changed Expand file tree Collapse file tree 4 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,19 @@ language: rust
3
3
env :
4
4
- TARGET=x86_64-unknown-linux-gnu
5
5
- TARGET=riscv32imac-unknown-none-elf
6
+ - TARGET=riscv64imac-unknown-none-elf
7
+ - TARGET=riscv64gc-unknown-none-elf
6
8
7
9
rust :
8
10
- nightly
9
11
- stable
10
- - 1.31 .0 # MSRV
12
+ - 1.42 .0 # MSRV
11
13
12
14
if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
13
15
14
16
matrix :
15
17
allow_failures :
16
18
- rust : nightly
17
- include :
18
- - env : TARGET=riscv64imac-unknown-none-elf
19
- rust : nightly
20
- if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
21
-
22
- - env : TARGET=riscv64gc-unknown-none-elf
23
- rust : nightly
24
- if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
25
19
26
20
- env : CHECK_BLOBS=1
27
21
rust :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
### Changed
11
11
12
12
- ` Mtvec::trap_mode() ` not returns ` Option<TrapMode> ` (breaking change)
13
- - Updated Minimum Supported Rust Version to 1.31 .0
13
+ - Updated Minimum Supported Rust Version to 1.42 .0
14
14
- Use ` llvm_asm! ` instead of ` asm! `
15
15
16
16
### Removed
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.31 .0 and up. It * might*
15
+ This crate is guaranteed to compile on stable Rust 1.42 .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.31 and up. It *might*
5
+ //! This crate is guaranteed to compile on stable Rust 1.42 and up. It *might*
6
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
7
//!
10
8
//! # Features
11
9
//!
You can’t perform that action at this time.
0 commit comments