We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd1e9c commit 0526f9cCopy full SHA for 0526f9c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "linked_list_allocator"
3
-version = "0.8.3"
+version = "0.8.4"
4
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
5
license = "Apache-2.0/MIT"
6
Changelog.md
@@ -1,3 +1,4 @@
+# 0.8.4
- Add function to get used and free heap size ([#32](https://github.com/phil-opp/linked-list-allocator/pull/32))
0 commit comments