diff --git a/Cargo.toml b/Cargo.toml index 3157649..e4e05ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ cortex-m = "0.4.0" cortex-m-semihosting = "0.2.0" # alloc-cortex-m release doesn't use linked_list_allocator v0.5.0 yet. # Uncomment for the allocator example. -#alloc-cortex-m = { git = "https://github.com/japaric/alloc-cortex-m.git" } +#alloc-cortex-m = "0.3.2" [dependencies.cortex-m-rt]