Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 66c964c

Browse files
authored
Merge pull request #52 from svenstaro/patch-1
Pin version of linked_list_allocator
2 parents ab5f690 + 5abc1ca commit 66c964c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ esp32 = "0.10.0"
4444
bare-metal = "0.2"
4545
nb = "0.1.2"
4646
embedded-hal = { version = "0.2.3", features = ["unproven"] }
47-
linked_list_allocator = { version = "0.8.5", optional = true, default-features = false, features = ["alloc_ref"] }
47+
linked_list_allocator = { version = "=0.8.6", optional = true, default-features = false, features = ["alloc_ref"] }
4848
void = { version = "1.0.2", default-features = false }
4949

5050
[dev-dependencies]

0 commit comments

Comments
 (0)