Skip to content

Commit 454118d

Browse files
authored
Merge pull request #50 from phil-opp/nightly-fix
Update `spinning_top` dependency to `v0.2.3`
2 parents 251eb1b + 7db3d58 commit 454118d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ alloc_ref = []
1919
const_mut_refs = []
2020

2121
[dependencies.spinning_top]
22-
version = "0.1.0"
22+
version = "0.2.3"
2323
optional = true
2424

2525
[package.metadata.release]

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- Update `spinning_top` dependency to `v0.2.3` ([#50](https://github.com/phil-opp/linked-list-allocator/pull/50))
4+
35
# 0.8.11 – 2021-01-02
46

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

0 commit comments

Comments
 (0)