aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-14 16:01:51 +0100
committerDario Nieuwenhuis <[email protected]>2023-12-14 16:19:32 +0100
commitd81395fab3c4e336650b0481790ecdab7d7aa13f (patch)
tree449a894b8564dde713fff1e83cd717d263327b96 /embassy-time/Cargo.toml
parent2c3d3992200939f71708c8b47d839328dcb12098 (diff)
Update embedded-hal to 1.0.0-rc.3
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 94e79382f..6d9b7aa69 100644
--- a/embassy-time/Cargo.toml
+++ b/embassy-time/Cargo.toml
@@ -235,8 +235,8 @@ defmt = { version = "0.3", optional = true }
235log = { version = "0.4.14", optional = true } 235log = { version = "0.4.14", optional = true }
236 236
237embedded-hal-02 = { package = "embedded-hal", version = "0.2.6" } 237embedded-hal-02 = { package = "embedded-hal", version = "0.2.6" }
238embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.2" } 238embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.3" }
239embedded-hal-async = { version = "=1.0.0-rc.2" } 239embedded-hal-async = { version = "=1.0.0-rc.3" }
240 240
241futures-util = { version = "0.3.17", default-features = false } 241futures-util = { version = "0.3.17", default-features = false }
242critical-section = "1.1" 242critical-section = "1.1"