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 = [
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" ,
Original file line number Diff line number Diff line change 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
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].
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*
1515compile with older versions but that may change in any new patch release.
1616
1717# License
Original file line number Diff line number Diff line change 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//
You can’t perform that action at this time.
0 commit comments