diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2021-02-06 21:34:16 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2021-02-06 21:34:16 +0100 |
| commit | b57ef0bf9d836ad031e4a4f7930162003128dc74 (patch) | |
| tree | 655a84dad87f3601c71d1353fd14365e9be5cc63 /Cargo.toml | |
| parent | 6fb43fa97be75f00553e0026ac06f107ee832dc2 (diff) | |
| parent | 81a8a591353b1ea0208c68b28ee81286629039cc (diff) | |
Merge branch 'master' into new_monotonic
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 = { git = "https://github.com/rtic-rs/rtic-core", branch = "new_monotonic" } #rtic-core = "0.3.1" @@ -106,3 +106,6 @@ debug = false debug-assertions = false opt-level = 0 overflow-checks = false + +[patch.crates-io] +lm3s6965 = { git = "https://github.com/japaric/lm3s6965" } |
