Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files Browse the repository at this point in the history
41: Bumped linked_list_allocator and added `const_mut_refs` feature r=jonas-schievink a=Spadi0

Fixes rust-embedded#40

Co-authored-by: Sam Jones <[email protected]>
bors[bot] and Spadi0 authored Dec 23, 2020
2 parents 4673f93 + fbd6f52 commit a947c06
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added

- `const_mut_refs` feature to the dependency `linked_list_allocator` crate.

### Changed

- Bumped the dependency of the `linked_list_allocator` crate to v0.8.8.

## [v0.4.0] - 2020-06-05

- Bumped the `cortex-m` dependency to v0.6.2.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -26,7 +26,8 @@ cortex-m = "0.6.2"

[dependencies.linked_list_allocator]
default-features = false
version = "0.8.1"
version = "0.8.8"
features = ["const_mut_refs"]

[dev-dependencies]
cortex-m-rt = "0.6.12"

0 comments on commit a947c06

Please sign in to comment.