diff options
| author | ceekdee <[email protected]> | 2023-09-25 10:45:53 -0500 |
|---|---|---|
| committer | ceekdee <[email protected]> | 2023-09-25 10:45:53 -0500 |
| commit | 70acc093dddc35491db297d8f85dd369d7ea9d2b (patch) | |
| tree | e6f8a505bbcd3f272693a5cc69d656bd11d95e2d /embassy-lora | |
| parent | f7c2db245f8085334a366f63a7f0b4987c5e4dee (diff) | |
Update rust-lorawan crate versions.
Diffstat (limited to 'embassy-lora')
| -rw-r--r-- | embassy-lora/Cargo.toml | 5 |
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 | ||
| 29 | futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] } | 29 | futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] } |
| 30 | lora-phy = { version = "2" } | 30 | lora-phy = { version = "2" } |
| 31 | lorawan-device = { version = "0.10.0", default-features = false, features = ["async"], optional = true } | 31 | lorawan-device = { version = "0.11.0", default-features = false, features = ["async"], optional = true } |
| 32 | |||
| 33 | [patch.crates-io] | ||
| 34 | lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan", rev = "b0502c1a802427638cc8bcd928fc632d13b778b6"} | ||
