Skip to content

Commit f8eaaff

Browse files
committed
disable linked_list_allocator default features
1 parent 30ac4e9 commit f8eaaff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ version = "0.3.2"
1616

1717
[dependencies]
1818
cortex-m = "0.1.5"
19-
linked_list_allocator = "0.6.0"
19+
20+
[dependencies.linked_list_allocator]
21+
default-features = false
22+
version = "0.6.0"

0 commit comments

Comments
 (0)