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.
1 parent 4fdf665 commit 79d220bCopy full SHA for 79d220b
CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+- Updated `linked_list_allocator` dependency to 0.10.5, which allows
11
+ compiling with stable rust.
12
+
13
## [v0.5.0] - 2022-12-06
14
15
### Changed
Cargo.toml
@@ -28,7 +28,7 @@ critical-section = "1.0"
28
29
[dependencies.linked_list_allocator]
30
default-features = false
31
-version = "0.10.4"
+version = "0.10.5"
32
features = ["const_mut_refs"]
33
34
[dev-dependencies]
0 commit comments