Skip to content

Commit

Permalink
disable linked_list_allocator default features
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Apr 23, 2018
1 parent 30ac4e9 commit f8eaaff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ version = "0.3.2"

[dependencies]
cortex-m = "0.1.5"
linked_list_allocator = "0.6.0"

[dependencies.linked_list_allocator]
default-features = false
version = "0.6.0"

0 comments on commit f8eaaff

Please sign in to comment.