Skip to content

Commit 8851737

Browse files
MathiasKocheldruin
authored andcommitted
Update changelog and MSRV to 1.51
1 parent d46f4c6 commit 8851737

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
include:
2020
# Test MSRV
21-
- rust: 1.46.0
21+
- rust: 1.51.0
2222
TARGET: x86_64-unknown-linux-gnu
2323

2424
# Test nightly but don't fail

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

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`.
1112

1213
## [0.4.0] - 2021-03-05
1314

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ These issues / PRs will be labeled as `proposal`s in the issue tracker.
3535

3636
## Minimum Supported Rust Version (MSRV)
3737

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*
3939
compile with older versions but that may change in any new patch release.
4040

4141
## License

0 commit comments

Comments
 (0)