aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-29 17:12:30 +0100
committerGitHub <[email protected]>2023-11-29 17:12:30 +0100
commit384bad7bfaa1f2415baf2cd3b69ebf36dc0a02d7 (patch)
tree1992bf003d6afcdeae926db2308f369bccfc42ea /embassy-time/Cargo.toml
parentb4bc9ac028568dfb3896dfb00cbd1e181863fd64 (diff)
parent4634316749c41dd5d8cc2f316033c9098369ed2f (diff)
Merge pull request #2231 from embassy-rs/stable3
Update embedded-(hal,io,nal).
Diffstat (limited to 'embassy-time/Cargo.toml')
-rw-r--r--embassy-time/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml
index 3cabb2371..570e0efa7 100644
--- a/embassy-time/Cargo.toml
+++ b/embassy-time/Cargo.toml
@@ -242,8 +242,8 @@ defmt = { version = "0.3", optional = true }
242log = { version = "0.4.14", optional = true } 242log = { version = "0.4.14", optional = true }
243 243
244embedded-hal-02 = { package = "embedded-hal", version = "0.2.6" } 244embedded-hal-02 = { package = "embedded-hal", version = "0.2.6" }
245embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1", optional = true} 245embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.2", optional = true}
246embedded-hal-async = { version = "=1.0.0-rc.1", optional = true} 246embedded-hal-async = { version = "=1.0.0-rc.2", optional = true}
247 247
248futures-util = { version = "0.3.17", default-features = false } 248futures-util = { version = "0.3.17", default-features = false }
249critical-section = "1.1" 249critical-section = "1.1"