diff options
| author | Dario Nieuwenhuis <[email protected]> | 2020-10-19 21:15:24 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2020-10-19 21:25:54 +0200 |
| commit | cd9ecaef57982b33376dcfea3a0406a3df4b09c5 (patch) | |
| tree | 41567981cfe2ba9a65e84a6025daf83cb2204fa5 /Cargo.toml | |
| parent | 0e1adc58f48a65c6af1d2ededa8712426fb3ab6e (diff) | |
integrate static-executor, cleanup time module.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index abce83ec6..17fbf0a8d 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
| @@ -14,8 +14,6 @@ exclude = [ | |||
| 14 | panic-probe = { git = "https://github.com/knurling-rs/probe-run", branch="main" } | 14 | panic-probe = { git = "https://github.com/knurling-rs/probe-run", branch="main" } |
| 15 | defmt-rtt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" } | 15 | defmt-rtt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" } |
| 16 | defmt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" } | 16 | defmt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" } |
| 17 | static-executor = { git = "https://github.com/Dirbaio/static-executor", branch="multi"} | ||
| 18 | futures-intrusive = { git = "https://github.com/Dirbaio/futures-intrusive", branch="master"} | ||
| 19 | 17 | ||
| 20 | [profile.dev] | 18 | [profile.dev] |
| 21 | codegen-units = 1 | 19 | codegen-units = 1 |
