aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-19 19:28:15 +0000
committerGitHub <noreply@github.com>2021-01-19 19:28:15 +0000
commit6cbf98ff70823b152eb54ce846f73eddbd8bf82c (patch)
tree4dfe07b8ef461f3c355b090a8fb1850016da3972 /Cargo.toml
parente208b044158ff275e5164ea868702d96192f642a (diff)
parent503366c791bc6a323c3545aee7a914e59036f99d (diff)
Merge #437
437: Bump cortex-m to 0.7.0 r=korken89 a=nickray Co-authored-by: Nicolas Stalder <n@stalder.io>
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" }