Skip to content

Commit ab9cccc

Browse files
committed
Set MSRV to 1.38
1 parent 05073ff commit ab9cccc

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

riscv-rt/.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: rust
33
rust:
44
- nightly
55
- stable
6-
- 1.31.0 # MSRV
6+
- 1.38.0 # MSRV
77

88
env:
99
- TARGET=x86_64-unknown-linux-gnu
@@ -13,12 +13,6 @@ env:
1313

1414
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
1515

16-
matrix:
17-
exclude:
18-
- rust: 1.31.0 # MSRV
19-
env: TARGET=riscv64imac-unknown-none-elf
20-
21-
2216
before_install: set -e
2317

2418
install:

riscv-rt/src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
//!
33
//! # Minimum Supported Rust Version (MSRV)
44
//!
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*
66
//! 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.
97
//!
108
//! # Features
119
//!

0 commit comments

Comments
 (0)