Skip to content

Commit 38897fa

Browse files
committed
Bump cortex-m-rt MSRV 1.39->1.40 to support non_exhaustive in cortex-m
1 parent 731422e commit 38897fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ status = [
55
"ci-linux (stable)",
66
"ci-linux (1.40.0)",
77
"rt-ci-linux (stable)",
8-
"rt-ci-linux (1.39.0)",
8+
"rt-ci-linux (1.40.0)",
99
"rt-ci-other-os (macOS-latest)",
1010
"rt-ci-other-os (windows-latest)",
1111
"rustfmt",

.github/workflows/rt-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
# All generated code should be running on stable now
15-
rust: [nightly, stable, 1.39.0]
15+
rust: [nightly, stable, 1.40.0]
1616

1717
include:
1818
# Nightly is only for reference and allowed to fail

cortex-m-rt/README.md

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

1212
# Minimum Supported Rust Version (MSRV)
1313

14-
This crate is guaranteed to compile on stable Rust 1.39.0 and up. It *might*
14+
This crate is guaranteed to compile on stable Rust 1.40.0 and up. It *might*
1515
compile with older versions but that may change in any new patch release.
1616

1717
# License

cortex-m-rt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
//!
419419
//! # Minimum Supported Rust Version (MSRV)
420420
//!
421-
//! The MSRV of this release is Rust 1.39.0.
421+
//! The MSRV of this release is Rust 1.40.0.
422422
423423
// # Developer notes
424424
//

0 commit comments

Comments
 (0)