File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
include :
23
23
# Test MSRV
24
- - rust : 1.40 .0
24
+ - rust : 1.51 .0
25
25
TARGET : x86_64-unknown-linux-gnu
26
26
27
27
# Test nightly but don't fail
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
- [ breaking-change] use ` const_generics ` in ` to_string() ` and ` to_vec() ` functions.
13
13
- [ breaking-change] update to ` heapless ` ` 0.7 ` .
14
+ - [ breaking-change] increase MSRV to Rust ` 1.51.0 ` due to ` const_generics ` .
14
15
15
16
### Added
16
17
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This project is developed and maintained by the [rust-embedded-community].
12
12
13
13
## Minimum Supported Rust Version (MSRV)
14
14
15
- This crate is guaranteed to compile on stable Rust 1.40 .0 and up. It * might*
15
+ This crate is guaranteed to compile on stable Rust 1.51 .0 and up. It * might*
16
16
compile with older versions but that may change in any new patch release.
17
17
18
18
## License
Original file line number Diff line number Diff line change 50
50
//!
51
51
//! # Minimum Supported Rust Version (MSRV)
52
52
//!
53
- //! This crate is guaranteed to compile on stable Rust 1.40 .0 and up. It *might* compile with older
53
+ //! This crate is guaranteed to compile on stable Rust 1.51 .0 and up. It *might* compile with older
54
54
//! versions but that may change in any new patch release.
55
55
56
56
#![ deny( missing_docs) ]
You can’t perform that action at this time.
0 commit comments