We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4673f93 + fbd6f52 commit a947c06Copy full SHA for a947c06
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
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
18
## [v0.4.0] - 2020-06-05
19
20
- Bumped the `cortex-m` dependency to v0.6.2.
Cargo.toml
@@ -26,7 +26,8 @@ cortex-m = "0.6.2"
26
27
[dependencies.linked_list_allocator]
28
default-features = false
29
-version = "0.8.1"
+version = "0.8.8"
30
+features = ["const_mut_refs"]
31
32
[dev-dependencies]
33
cortex-m-rt = "0.6.12"
0 commit comments