Skip to content

Commit a947c06

Browse files
bors[bot]Spadi0
andauthored
Merge #41
41: Bumped linked_list_allocator and added `const_mut_refs` feature r=jonas-schievink a=Spadi0 Fixes #40 Co-authored-by: Sam Jones <email@spad.io>
2 parents 4673f93 + fbd6f52 commit a947c06

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- `const_mut_refs` feature to the dependency `linked_list_allocator` crate.
13+
14+
### Changed
15+
16+
- Bumped the dependency of the `linked_list_allocator` crate to v0.8.8.
17+
1018
## [v0.4.0] - 2020-06-05
1119

1220
- Bumped the `cortex-m` dependency to v0.6.2.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ cortex-m = "0.6.2"
2626

2727
[dependencies.linked_list_allocator]
2828
default-features = false
29-
version = "0.8.1"
29+
version = "0.8.8"
30+
features = ["const_mut_refs"]
3031

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

0 commit comments

Comments
 (0)