aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-10-02 11:36:28 +0200
committerGitHub <noreply@github.com>2020-10-02 11:36:28 +0200
commit1e46ffdfbc4e2b088334e1730ba8bdfdaad33a2f (patch)
tree004536122e43c657c97453524b2d76093b5637c3 /Cargo.toml
parent9ca10b0d8c735a06a3a0a3623a7fc5d09b5e948c (diff)
parent4981af8a4bfe5ee5442521794d851b0dc0313488 (diff)
Merge branch 'master' into mod_const
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"