Skip to content

Commit 0526f9c

Browse files
committed
linked_list_allocator 0.8.4
1 parent 7bd1e9c commit 0526f9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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.3"
3+
version = "0.8.4"
44
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
license = "Apache-2.0/MIT"
66

Changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# 0.8.4
12

23
- Add function to get used and free heap size ([#32](https://github.com/phil-opp/linked-list-allocator/pull/32))
34

0 commit comments

Comments
 (0)