aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/Cargo.toml
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2025-06-16 13:57:19 +0200
committerDániel Buga <[email protected]>2025-06-16 13:57:19 +0200
commita0d17ea5ca0bd76ef4d4398c28bc8f98c4e50065 (patch)
tree7508b417ffdefaa86b4afddba669d46c8d74f3fc /embassy-time/Cargo.toml
parent56572ef0adffd6258adc10fb424e37a8b4ddc19c (diff)
Remove futures-util where unnecessary
Diffstat (limited to 'embassy-time/Cargo.toml')
-rw-r--r--embassy-time/Cargo.toml2
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" }
427embedded-hal-1 = { package = "embedded-hal", version = "1.0" } 427embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
428embedded-hal-async = { version = "1.0" } 428embedded-hal-async = { version = "1.0" }
429 429
430futures-util = { version = "0.3.17", default-features = false } 430futures-core = { version = "0.3.31", default-features = false }
431critical-section = "1.1" 431critical-section = "1.1"
432cfg-if = "1.0.0" 432cfg-if = "1.0.0"
433 433