diff options
| author | Dániel Buga <[email protected]> | 2025-06-16 13:57:19 +0200 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2025-06-16 13:57:19 +0200 |
| commit | a0d17ea5ca0bd76ef4d4398c28bc8f98c4e50065 (patch) | |
| tree | 7508b417ffdefaa86b4afddba669d46c8d74f3fc /embassy-time/Cargo.toml | |
| parent | 56572ef0adffd6258adc10fb424e37a8b4ddc19c (diff) | |
Remove futures-util where unnecessary
Diffstat (limited to 'embassy-time/Cargo.toml')
| -rw-r--r-- | embassy-time/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml index 76983d880..2284906b0 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml | |||
| @@ -427,7 +427,7 @@ embedded-hal-02 = { package = "embedded-hal", version = "0.2.6" } | |||
| 427 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | 427 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } |
| 428 | embedded-hal-async = { version = "1.0" } | 428 | embedded-hal-async = { version = "1.0" } |
| 429 | 429 | ||
| 430 | futures-util = { version = "0.3.17", default-features = false } | 430 | futures-core = { version = "0.3.31", default-features = false } |
| 431 | critical-section = "1.1" | 431 | critical-section = "1.1" |
| 432 | cfg-if = "1.0.0" | 432 | cfg-if = "1.0.0" |
| 433 | 433 | ||
