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] 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))