aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2020-10-19 21:15:24 +0200
committerDario Nieuwenhuis <[email protected]>2020-10-19 21:25:54 +0200
commitcd9ecaef57982b33376dcfea3a0406a3df4b09c5 (patch)
tree41567981cfe2ba9a65e84a6025daf83cb2204fa5 /Cargo.toml
parent0e1adc58f48a65c6af1d2ededa8712426fb3ab6e (diff)
integrate static-executor, cleanup time module.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
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 = [
14panic-probe = { git = "https://github.com/knurling-rs/probe-run", branch="main" } 14panic-probe = { git = "https://github.com/knurling-rs/probe-run", branch="main" }
15defmt-rtt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" } 15defmt-rtt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" }
16defmt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" } 16defmt = { git = "https://github.com/knurling-rs/defmt", branch="cursed-symbol-names-linkers-must-repent-for-their-sins" }
17static-executor = { git = "https://github.com/Dirbaio/static-executor", branch="multi"}
18futures-intrusive = { git = "https://github.com/Dirbaio/futures-intrusive", branch="master"}
19 17
20[profile.dev] 18[profile.dev]
21codegen-units = 1 19codegen-units = 1