aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-10-01 18:45:04 +0000
committerGitHub <noreply@github.com>2020-10-01 18:45:04 +0000
commitdecd9112d8267d9e886dcc4470e46a764139c8e3 (patch)
treeea85444bd80cde6fe21197b0a06523be515fdfa8 /Cargo.toml
parent4d61437bb4debea5adc578ee072bff3619d8077b (diff)
parent86001c46bcae85c9448d63dde534bd218301f0e4 (diff)
Merge #373
373: Added `bare_metal::CriticalSection` to `init::Context` r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d4ad4ef..6fe5fce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,6 +60,7 @@ cortex-m-rtic-macros = { path = "macros", version = "0.5.2" }
rtic-core = "0.3.0"
cortex-m-rt = "0.6.9"
heapless = "0.5.0"
+bare-metal = "1.0.0"
[build-dependencies]
version_check = "0.9"