aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-08-16 00:40:56 +0200
committerGitHub <[email protected]>2023-08-16 00:40:56 +0200
commitf26dd54f6378be87a71f0c9f351b56851df96014 (patch)
tree6fbaea24c44d4fbbe01b08a0d87b9d8e49a4ad5a /embassy-lora
parentffe96889525105ac37cb74add67ac73f148726f6 (diff)
Update embedded-hal to 1.0.0-rc.1 (#1783)
Diffstat (limited to 'embassy-lora')
-rw-r--r--embassy-lora/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml
index 402ad2d70..90c544d8d 100644
--- a/embassy-lora/Cargo.toml
+++ b/embassy-lora/Cargo.toml
@@ -23,7 +23,7 @@ log = { version = "0.4.14", optional = true }
23embassy-time = { version = "0.1.2", path = "../embassy-time", optional = true } 23embassy-time = { version = "0.1.2", path = "../embassy-time", optional = true }
24embassy-sync = { version = "0.2.0", path = "../embassy-sync" } 24embassy-sync = { version = "0.2.0", path = "../embassy-sync" }
25embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32", default-features = false, optional = true } 25embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32", default-features = false, optional = true }
26embedded-hal-async = { version = "=0.2.0-alpha.2" } 26embedded-hal-async = { version = "=1.0.0-rc.1" }
27embedded-hal = { version = "0.2", features = ["unproven"] } 27embedded-hal = { version = "0.2", features = ["unproven"] }
28 28
29futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] } 29futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] }