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

Commit 8d1b67a

Browse files
Merge #31
31: Fix MSRV at 1.38.0 r=adamgreig a=jonas-schievink gimli says: > The minimum supported Rust version is 1.38.0. which means that we cannot guarantee to compile on any older version than that. Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2 parents 9298d12 + ec518e3 commit 8d1b67a

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.32.0
8+
rust: 1.38.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.32.0 and up. It *might*
16+
This crate is guaranteed to compile on stable Rust 1.38.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)