Skip to content

Commit c1d434a

Browse files
committed
bump MSRV
Required to support the #[non_exhaustive] attribute.
1 parent 360fb33 commit c1d434a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/bors.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ delete_merged_branches = true
33
required_approvals = 1
44
status = [
55
"ci-linux (stable)",
6-
"ci-linux (1.38.0)",
6+
"ci-linux (1.40.0)",
77
"rustfmt",
88
"clippy",
99
]

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
include:
1818
# Test MSRV
19-
- rust: 1.38.0
19+
- rust: 1.40.0
2020

2121
# Test nightly but don't fail
2222
- rust: nightly

README.md

+1-1
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.38 and up. It might compile with older versions but that may change in any new patch release.
14+
This crate is guaranteed to compile on stable Rust 1.40 and up. It might compile with older versions but that may change in any new patch release.
1515

1616
## License
1717

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
//!
5353
//! # Minimum Supported Rust Version (MSRV)
5454
//!
55-
//! This crate is guaranteed to compile on stable Rust 1.38 and up. It *might*
55+
//! This crate is guaranteed to compile on stable Rust 1.40 and up. It *might*
5656
//! compile with older versions but that may change in any new patch release.
5757
5858
#![cfg_attr(feature = "inline-asm", feature(asm))]

0 commit comments

Comments
 (0)