diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-11-21 23:31:31 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-11-25 21:02:06 +0100 |
| commit | 1e2fb0459d8546ba658bb9fe150be5f1f537b48e (patch) | |
| tree | eb40a5027581896c7b78db58f509431ed6b11892 /examples/stm32u5 | |
| parent | 758f5d7ea29f1df14d5ef59c82e4b7f22545d775 (diff) | |
Switch to async-fn-in-trait
Diffstat (limited to 'examples/stm32u5')
| -rw-r--r-- | examples/stm32u5/Cargo.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/stm32u5/Cargo.toml b/examples/stm32u5/Cargo.toml index 3d704011b..1cf1078dc 100644 --- a/examples/stm32u5/Cargo.toml +++ b/examples/stm32u5/Cargo.toml | |||
| @@ -21,8 +21,3 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa | |||
| 21 | heapless = { version = "0.7.5", default-features = false } | 21 | heapless = { version = "0.7.5", default-features = false } |
| 22 | 22 | ||
| 23 | micromath = "2.0.0" | 23 | micromath = "2.0.0" |
| 24 | |||
| 25 | #[patch.crates-io] | ||
| 26 | #defmt = { git="https://github.com/knurling-rs/defmt.git" } | ||
| 27 | #defmt-rtt = { git="https://github.com/knurling-rs/defmt.git" } | ||
| 28 | |||
