Skip to content

Commit

Permalink
Merge pull request #50 from phil-opp/nightly-fix
Browse files Browse the repository at this point in the history
Update `spinning_top` dependency to `v0.2.3`
  • Loading branch information
phil-opp authored May 1, 2021
2 parents 251eb1b + 7db3d58 commit 454118d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down

0 comments on commit 454118d

Please sign in to comment.