fix git URL

This commit is contained in:
Jorge Aparicio 2018-05-17 23:30:14 +02:00
parent e9b8cd2486
commit 9f6247b438

View file

@ -60,7 +60,7 @@ required-features = ["timer-queue"]
cortex-m = "0.5.0" cortex-m = "0.5.0"
cortex-m-rtfm-macros = { path = "macros", version = "0.3.1" } cortex-m-rtfm-macros = { path = "macros", version = "0.3.1" }
# heapless = "0.3.6" # heapless = "0.3.6"
heapless = { git = "https://github.com/japaric//heapless", branch = "object-pool" } heapless = { git = "https://github.com/japaric/heapless", branch = "object-pool" }
typenum = "1.10.0" typenum = "1.10.0"
[dependencies.stable_deref_trait] [dependencies.stable_deref_trait]