We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf68e45 commit a1d9049Copy full SHA for a1d9049
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "linked_list_allocator"
3
-version = "0.10.5"
+version = "0.10.6"
4
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
5
license = "Apache-2.0/MIT"
6
Changelog.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.10.6 – 2026-04-14
+
- Fix potential panic due to huge layout ([#79](https://github.com/rust-osdev/linked-list-allocator/pull/79))
- Fix `alloc_ref` build on recent nightly by using renamed `NonNull::dangling` ([#90](https://github.com/rust-osdev/linked-list-allocator/pull/90))
7
0 commit comments