diff options
| author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-16 00:12:43 +0000 |
|---|---|---|
| committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-16 00:12:43 +0000 |
| commit | 5c458fc115393b93b158b7f6770bc81596d97977 (patch) | |
| tree | e28892d33c19f070a5a9194ba569ff76a2b1e4d2 /Cargo.toml | |
| parent | c4b7fbeb020da861922a037e66fbea2d0756fc93 (diff) | |
| parent | 9757c33b0051900fa6c5581be413880d07a237d2 (diff) | |
Merge #113
113: use the single core variant of spsc::Queue r=japaric a=japaric
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,9 +35,9 @@ required-features = ["timer-queue"] [dependencies] cortex-m = "0.5.8" -cortex-m-rt = "0.6.5" +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] |
