Skip to content

Commit a3985a7

Browse files
committed
Release version 0.10.5
1 parent 4338dbf commit a3985a7

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "linked_list_allocator"
3-
version = "0.10.4"
3+
version = "0.10.5"
44
authors = ["Philipp Oppermann <[email protected]>"]
55
license = "Apache-2.0/MIT"
66

Changelog.md

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

3+
# 0.10.5 – 2023-03-04
4+
35
- Remove features `const_mut_refs` and `use_spin_nightly`.
46

57
Since rust 1.61, the [required const features](https://github.com/rust-lang/rust/pull/93827) are available in stable rust, and `lock_api` >= 0.4.7 automatically uses them.

0 commit comments

Comments
 (0)