aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora
diff options
context:
space:
mode:
authorJesse Braham <[email protected]>2023-08-28 08:00:18 -0700
committerJesse Braham <[email protected]>2023-08-28 08:00:18 -0700
commit1f63bf4153b6ba4a915c0df22041f09adaaca400 (patch)
tree6141f963b60a3e081ee9cb650a3ab7ffe4f20003 /embassy-lora
parent88146eb53e40ea2ab43c2db77f3f62c6d08c9b36 (diff)
Release embassy-time v0.1.3
Diffstat (limited to 'embassy-lora')
-rw-r--r--embassy-lora/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml
index feea06582..fa445a39e 100644
--- a/embassy-lora/Cargo.toml
+++ b/embassy-lora/Cargo.toml
@@ -20,7 +20,7 @@ defmt = ["dep:defmt", "lorawan-device/defmt"]
20defmt = { version = "0.3", optional = true } 20defmt = { version = "0.3", optional = true }
21log = { version = "0.4.14", optional = true } 21log = { version = "0.4.14", optional = true }
22 22
23embassy-time = { version = "0.1.2", path = "../embassy-time", optional = true } 23embassy-time = { version = "0.1.3", 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 = "=1.0.0-rc.1" } 26embedded-hal-async = { version = "=1.0.0-rc.1" }
@@ -31,4 +31,4 @@ lora-phy = { version = "1" }
31lorawan-device = { version = "0.10.0", default-features = false, features = ["async"], optional = true } 31lorawan-device = { version = "0.10.0", default-features = false, features = ["async"], optional = true }
32 32
33[patch.crates-io] 33[patch.crates-io]
34lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "1323eccc1c470d4259f95f4f315d1be830d572a3"} \ No newline at end of file 34lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "1323eccc1c470d4259f95f4f315d1be830d572a3"}