Skip to content

Commit 66752f7

Browse files
committed
linked_list_allocator 0.6.5
1 parent 1375b2e commit 66752f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linked_list_allocator"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = ["Philipp Oppermann <[email protected]>"]
55
license = "Apache-2.0/MIT"
66

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
# 0.6.5
2+
13
- Align up the Hole initialization address ([#18](https://github.com/phil-opp/linked-list-allocator/pull/18))
24
- Remove `alloc` feature gate, which is now stable

0 commit comments

Comments
 (0)