Skip to content

Commit 0b7fddd

Browse files
committedFeb 4, 2020
linked_list_allocator 0.6.6
1 parent 778cab3 commit 0b7fddd

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.6.5"
3+
version = "0.6.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,3 +1,5 @@
1+
# 0.6.6
2+
13
- The `Alloc` trait was renamed to `AllocRef` ([#20](https://github.com/phil-opp/linked-list-allocator/pull/20))
24

35
# 0.6.5

0 commit comments

Comments
 (0)
Please sign in to comment.