File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: rust
3
3
rust :
4
4
- nightly
5
5
- stable
6
- - 1.31 .0 # MSRV
6
+ - 1.38 .0 # MSRV
7
7
8
8
env :
9
9
- TARGET=x86_64-unknown-linux-gnu
13
13
14
14
if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
15
15
16
- matrix :
17
- exclude :
18
- - rust : 1.31.0 # MSRV
19
- env : TARGET=riscv64imac-unknown-none-elf
20
-
21
-
22
16
before_install : set -e
23
17
24
18
install :
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.38 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