File tree 4 files changed +4
-4
lines changed
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
3
3
required_approvals = 1
4
4
status = [
5
5
" ci-linux (stable)" ,
6
- " ci-linux (1.38 .0)" ,
6
+ " ci-linux (1.40 .0)" ,
7
7
" rustfmt" ,
8
8
" clippy" ,
9
9
]
Original file line number Diff line number Diff line change 16
16
17
17
include :
18
18
# Test MSRV
19
- - rust : 1.38 .0
19
+ - rust : 1.40 .0
20
20
21
21
# Test nightly but don't fail
22
22
- 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].
11
11
12
12
## Minimum Supported Rust Version (MSRV)
13
13
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.
15
15
16
16
## License
17
17
Original file line number Diff line number Diff line change 52
52
//!
53
53
//! # Minimum Supported Rust Version (MSRV)
54
54
//!
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*
56
56
//! compile with older versions but that may change in any new patch release.
57
57
58
58
#![ cfg_attr( feature = "inline-asm" , feature( asm) ) ]
You can’t perform that action at this time.
0 commit comments