diff options
| author | Nicolas Stalder <n@stalder.io> | 2020-12-30 00:08:06 +0100 |
|---|---|---|
| committer | Nicolas Stalder <n@stalder.io> | 2021-01-04 16:07:17 +0100 |
| commit | aa90cb1484e77c4c0700d24859b3038fdc15a4ed (patch) | |
| tree | d221a62e0d010e058029cdf408b97c7295d0fb1e /Cargo.toml | |
| parent | e65a86f6962218b66a14b7ccc40eec7976880eba (diff) | |
Bump cortex-m to 0.7.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" } |
