We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5df60 commit b1332a3Copy full SHA for b1332a3
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "linked_list_allocator"
3
-version = "0.8.5"
+version = "0.8.6"
4
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
5
license = "Apache-2.0/MIT"
6
Changelog.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.8.6 – 2020-09-24
+
- Fix build error on latest nightly ([#35](https://github.com/phil-opp/linked-list-allocator/pull/35))
7
# 0.8.5 – 2020-08-13
0 commit comments