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 @@ -3,7 +3,7 @@ delete_merged_branches = true
33required_approvals = 1
44status = [
55 " ci-linux (stable)" ,
6- " ci-linux (1.38 .0)" ,
6+ " ci-linux (1.40 .0)" ,
77 " rustfmt" ,
88 " clippy" ,
99]
Original file line number Diff line number Diff line change 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
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.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
Original file line number Diff line number Diff line change 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) ) ]
You can’t perform that action at this time.
0 commit comments