aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/Cargo.toml
diff options
context:
space:
mode:
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