Skip to content

Commit a34dd83

Browse files
committed
linked_list_allocator 0.8.1
1 parent ff5843c commit a34dd83

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.8.0"
3+
version = "0.8.1"
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,3 +1,5 @@
1+
# 0.8.1
2+
13
- AllocRef::alloc is now safe and allows zero-sized allocations ([#28](https://github.com/phil-opp/linked-list-allocator/pull/28))
24
- This is technically a **breaking change** for the unstable `alloc_ref` feature of this crate because it now requires a newer nightly version of Rust.
35

0 commit comments

Comments
 (0)