aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-12-16 00:12:43 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-12-16 00:12:43 +0000
commit5c458fc115393b93b158b7f6770bc81596d97977 (patch)
treee28892d33c19f070a5a9194ba569ff76a2b1e4d2 /Cargo.toml
parentc4b7fbeb020da861922a037e66fbea2d0756fc93 (diff)
parent9757c33b0051900fa6c5581be413880d07a237d2 (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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9993001..6b67c2a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]