Skip to content

Commit 28f92da

Browse files
committed
linked_list_allocator 0.8.0
1 parent eaf050d commit 28f92da

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.7.0"
3+
version = "0.8.0"
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.0
2+
13
- **Breaking**: Make AllocRef implementation optional behind new `alloc_ref` feature
24
- To enable the `AllocRef` implementation again, enable the `alloc_ref` feature of this crate in your Cargo.toml
35
- Fix build on nightly 1.43.0 (05-03-2020) ([#25](https://github.com/phil-opp/linked-list-allocator/pull/25))

0 commit comments

Comments
 (0)