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 70ea4e2 commit ad5beeeCopy full SHA for ad5beee
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "linked_list_allocator"
3
-version = "0.8.8"
+version = "0.8.9"
4
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
5
license = "Apache-2.0/MIT"
6
Changelog.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.8.9 – 2020-12-27
+
- Don't require nightly for `use_spin` feature ([#46](https://github.com/phil-opp/linked-list-allocator/pull/46))
7
# 0.8.8 – 2020-12-16
0 commit comments