Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit bec338e

Browse files
MSRV 1.31.0
1 parent 57c77b5 commit bec338e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ matrix:
55
- env: TARGET=x86_64-unknown-linux-gnu
66
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
77
# MSRV
8-
rust: 1.38.0
8+
rust: 1.31.0
99

1010
before_install:
1111
- set -e

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project is developed and maintained by the [Cortex-M team][team].
1313

1414
## Minimum Supported Rust Version (MSRV)
1515

16-
This crate is guaranteed to compile on stable Rust 1.38.0 and up. It *might*
16+
This crate is guaranteed to compile on stable Rust 1.31.0 and up. It *might*
1717
compile with older versions but that may change in any new patch release.
1818

1919
## License

0 commit comments

Comments
 (0)