From 282e542cba2ae4cd64d24ddd1286cbd8f63010ec Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 1 May 2021 13:19:33 +0200 Subject: [PATCH 1/2] Update `spinning_top` dependency to `v0.2.3` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74e31fa..284f7d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ alloc_ref = [] const_mut_refs = [] [dependencies.spinning_top] -version = "0.1.0" +version = "0.2.3" optional = true [package.metadata.release] From 7db3d58237684ec63d4f0fe5515aee5013a7952f Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 1 May 2021 13:22:27 +0200 Subject: [PATCH 2/2] Update changelog for #50 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 1ba8f41..16d7686 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # Unreleased +- Update `spinning_top` dependency to `v0.2.3` ([#50](https://github.com/phil-opp/linked-list-allocator/pull/50)) + # 0.8.11 – 2021-01-02 - Add new `use_spin_nightly` feature, which, together with `const_mut_refs`, makes the `empty` method of `LockedHeap` const ([#49](https://github.com/phil-opp/linked-list-allocator/pull/49))