aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora
diff options
context:
space:
mode:
authorceekdee <[email protected]>2023-09-25 10:45:53 -0500
committerceekdee <[email protected]>2023-09-25 10:45:53 -0500
commit70acc093dddc35491db297d8f85dd369d7ea9d2b (patch)
treee6f8a505bbcd3f272693a5cc69d656bd11d95e2d /embassy-lora
parentf7c2db245f8085334a366f63a7f0b4987c5e4dee (diff)
Update rust-lorawan crate versions.
Diffstat (limited to 'embassy-lora')
-rw-r--r--embassy-lora/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml
index 7022e9359..88f815cd0 100644
--- a/embassy-lora/Cargo.toml
+++ b/embassy-lora/Cargo.toml
@@ -28,7 +28,4 @@ embedded-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" ] }
30lora-phy = { version = "2" } 30lora-phy = { version = "2" }
31lorawan-device = { version = "0.10.0", default-features = false, features = ["async"], optional = true } 31lorawan-device = { version = "0.11.0", default-features = false, features = ["async"], optional = true }
32
33[patch.crates-io]
34lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan", rev = "b0502c1a802427638cc8bcd928fc632d13b778b6"}