Skip to content

Commit 79d220b

Browse files
committed
Update dependency on linked_list_allocator
1 parent 4fdf665 commit 79d220b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
- Updated `linked_list_allocator` dependency to 0.10.5, which allows
11+
compiling with stable rust.
12+
1013
## [v0.5.0] - 2022-12-06
1114

1215
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ critical-section = "1.0"
2828

2929
[dependencies.linked_list_allocator]
3030
default-features = false
31-
version = "0.10.4"
31+
version = "0.10.5"
3232
features = ["const_mut_refs"]
3333

3434
[dev-dependencies]

0 commit comments

Comments
 (0)