diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-12-16 01:11:54 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-12-16 01:11:54 +0100 |
| commit | 9757c33b0051900fa6c5581be413880d07a237d2 (patch) | |
| tree | e28892d33c19f070a5a9194ba569ff76a2b1e4d2 /Cargo.toml | |
| parent | 8ac60ce369d8b4b73bf9018720f04675922c9b06 (diff) | |
use the single core variant of spsc::Queue
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ required-features = ["timer-queue"] cortex-m = "0.5.8" cortex-m-rt = "0.6.7" cortex-m-rtfm-macros = { path = "macros", version = "0.4.0-beta.3" } -heapless = "0.4.0" +heapless = "0.4.1" owned-singleton = "0.1.0" [dev-dependencies] |
