Skip to content

Commit

Permalink
Merge pull request #73 from rmja/patch-1
Browse files Browse the repository at this point in the history
Remove legacy const_mut_refs feature on linked_list_allocator
  • Loading branch information
newAM authored Oct 17, 2023
2 parents f1393ae + ca115e2 commit 54f2b51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ critical-section = "1.0"
[dependencies.linked_list_allocator]
default-features = false
version = "0.10.5"
features = ["const_mut_refs"]

[dev-dependencies]
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
Expand Down

0 comments on commit 54f2b51

Please sign in to comment.