File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -4,24 +4,24 @@ matrix:
4
4
allow_failures :
5
5
- rust : nightly
6
6
include :
7
- # MSRV 1.32 .0 #############################################################
7
+ # MSRV 1.39 .0 #############################################################
8
8
- env : TARGET=x86_64-unknown-linux-gnu
9
- rust : 1.32 .0
9
+ rust : 1.39 .0
10
10
11
11
- env : TARGET=thumbv6m-none-eabi
12
- rust : 1.32 .0
12
+ rust : 1.39 .0
13
13
14
14
- env : TARGET=thumbv7m-none-eabi
15
- rust : 1.32 .0
15
+ rust : 1.39 .0
16
16
17
17
- env : TARGET=thumbv7em-none-eabi
18
- rust : 1.32 .0
18
+ rust : 1.39 .0
19
19
20
20
- env : TARGET=thumbv7em-none-eabihf
21
- rust : 1.32 .0
21
+ rust : 1.39 .0
22
22
23
23
- env : TARGET=thumbv8m.main-none-eabi
24
- rust : 1.32 .0
24
+ rust : 1.39 .0
25
25
26
26
# Stable ##################################################################
27
27
- env : TARGET=x86_64-unknown-linux-gnu
Original file line number Diff line number Diff line change 372
372
//! [`MaybeUninit`]: https://doc.rust-lang.org/core/mem/union.MaybeUninit.html
373
373
//!
374
374
//! ```no_run,edition2018
375
+ //! # extern crate core;
375
376
//! use core::mem::MaybeUninit;
376
377
//!
377
378
//! const STACK_SIZE: usize = 8 * 1024;
391
392
//!
392
393
//! # Minimum Supported Rust Version (MSRV)
393
394
//!
394
- //! The MSRV of this release is Rust 1.32 .0.
395
+ //! The MSRV of this release is Rust 1.39 .0.
395
396
396
397
// # Developer notes
397
398
//
You can’t perform that action at this time.
0 commit comments