File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ status = [
5
5
" ci-linux (stable)" ,
6
6
" ci-linux (1.40.0)" ,
7
7
" rt-ci-linux (stable)" ,
8
- " rt-ci-linux (1.39 .0)" ,
8
+ " rt-ci-linux (1.40 .0)" ,
9
9
" rt-ci-other-os (macOS-latest)" ,
10
10
" rt-ci-other-os (windows-latest)" ,
11
11
" rustfmt" ,
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
# All generated code should be running on stable now
15
- rust : [nightly, stable, 1.39 .0]
15
+ rust : [nightly, stable, 1.40 .0]
16
16
17
17
include :
18
18
# Nightly is only for reference and allowed to fail
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This project is developed and maintained by the [Cortex-M team][team].
11
11
12
12
# Minimum Supported Rust Version (MSRV)
13
13
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*
15
15
compile with older versions but that may change in any new patch release.
16
16
17
17
# License
Original file line number Diff line number Diff line change 418
418
//!
419
419
//! # Minimum Supported Rust Version (MSRV)
420
420
//!
421
- //! The MSRV of this release is Rust 1.39 .0.
421
+ //! The MSRV of this release is Rust 1.40 .0.
422
422
423
423
// # Developer notes
424
424
//
You can’t perform that action at this time.
0 commit comments