We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682cae1 commit 4a858c7Copy full SHA for 4a858c7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "linked_list_allocator"
3
-version = "0.8.6"
+version = "0.8.7"
4
authors = ["Philipp Oppermann <[email protected]>"]
5
license = "Apache-2.0/MIT"
6
Changelog.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.8.7 – 2020-12-10
+
- _Unstable Breakage:_ fix(alloc_ref): Use new nightly Allocator trait [#42](https://github.com/phil-opp/linked-list-allocator/pull/42)
- Build on stable without features [#43](https://github.com/phil-opp/linked-list-allocator/pull/43)
7
- Adds a new `const_mut_refs` crate feature (enabled by default).
0 commit comments