aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNicolas Stalder <n@stalder.io>2020-12-30 00:08:06 +0100
committerNicolas Stalder <n@stalder.io>2021-01-04 16:07:17 +0100
commitaa90cb1484e77c4c0700d24859b3038fdc15a4ed (patch)
treed221a62e0d010e058029cdf408b97c7295d0fb1e /Cargo.toml
parente65a86f6962218b66a14b7ccc40eec7976880eba (diff)
Bump cortex-m to 0.7.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9a10ec2..fee6485 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ name = "double_schedule"
required-features = ["__v7"]
[dependencies]
-cortex-m = "0.6.2"
+cortex-m = "0.7.0"
cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.0" }
rtic-core = "0.3.1"
heapless = "0.5.0"
@@ -105,3 +105,6 @@ debug = false
debug-assertions = false
opt-level = 0
overflow-checks = false
+
+[patch.crates-io]
+lm3s6965 = { git = "https://github.com/japaric/lm3s6965" }