Skip to content

Commit a1d9049

Browse files
committed
Release version 0.10.6
1 parent cf68e45 commit a1d9049

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linked_list_allocator"
3-
version = "0.10.5"
3+
version = "0.10.6"
44
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
license = "Apache-2.0/MIT"
66

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.10.6 – 2026-04-14
4+
35
- Fix potential panic due to huge layout ([#79](https://github.com/rust-osdev/linked-list-allocator/pull/79))
46
- Fix `alloc_ref` build on recent nightly by using renamed `NonNull::dangling` ([#90](https://github.com/rust-osdev/linked-list-allocator/pull/90))
57

0 commit comments

Comments
 (0)