Skip to content

Commit ab21ae3

Browse files
committed
linked_list_allocator 0.6.7
1 parent 093cdc8 commit ab21ae3

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.6"
3+
version = "0.6.7"
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.6.7
2+
13
- Use new spinning_top crate instead of `spin` ([#23](https://github.com/phil-opp/linked-list-allocator/pull/23))
24

35
# 0.6.6

0 commit comments

Comments
 (0)