File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
include :
20
20
# Test MSRV
21
- - rust : 1.46 .0
21
+ - rust : 1.51 .0
22
22
TARGET : x86_64-unknown-linux-gnu
23
23
24
24
# Test nightly but don't fail
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
10
- * None
10
+ - Bump dependency version of ` heapless ` to ` v0.7.0 ` to utilize const generics.
11
+ - Bump MSRV to 1.51.0 to get ` min_const_generics ` for ` heapless ` .
11
12
12
13
## [ 0.4.0] - 2021-03-05
13
14
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ These issues / PRs will be labeled as `proposal`s in the issue tracker.
35
35
36
36
## Minimum Supported Rust Version (MSRV)
37
37
38
- This crate is guaranteed to compile on stable Rust 1.46 .0 and up. It * might*
38
+ This crate is guaranteed to compile on stable Rust 1.51 .0 and up. It * might*
39
39
compile with older versions but that may change in any new patch release.
40
40
41
41
## License
You can’t perform that action at this time.
0 commit comments