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 /examples/stm32wl | |
| parent | f7c2db245f8085334a366f63a7f0b4987c5e4dee (diff) | |
Update rust-lorawan crate versions.
Diffstat (limited to 'examples/stm32wl')
| -rw-r--r-- | examples/stm32wl/Cargo.toml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/examples/stm32wl/Cargo.toml b/examples/stm32wl/Cargo.toml index 69abf53f4..f47a9a906 100644 --- a/examples/stm32wl/Cargo.toml +++ b/examples/stm32wl/Cargo.toml | |||
| @@ -13,8 +13,8 @@ embassy-time = { version = "0.1.3", path = "../../embassy-time", features = ["ni | |||
| 13 | embassy-embedded-hal = { version = "0.1.0", path = "../../embassy-embedded-hal" } | 13 | embassy-embedded-hal = { version = "0.1.0", path = "../../embassy-embedded-hal" } |
| 14 | embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["stm32wl", "time", "defmt"] } | 14 | embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["stm32wl", "time", "defmt"] } |
| 15 | lora-phy = { version = "2" } | 15 | lora-phy = { version = "2" } |
| 16 | lorawan-device = { version = "0.10.0", default-features = false, features = ["async", "external-lora-phy"] } | 16 | lorawan-device = { version = "0.11.0", default-features = false, features = ["async", "external-lora-phy"] } |
| 17 | lorawan = { version = "0.7.3", default-features = false, features = ["default-crypto"] } | 17 | lorawan = { version = "0.7.4", default-features = false, features = ["default-crypto"] } |
| 18 | 18 | ||
| 19 | defmt = "0.3" | 19 | defmt = "0.3" |
| 20 | defmt-rtt = "0.4" | 20 | defmt-rtt = "0.4" |
| @@ -30,7 +30,3 @@ chrono = { version = "^0.4", default-features = false } | |||
| 30 | 30 | ||
| 31 | [profile.release] | 31 | [profile.release] |
| 32 | debug = 2 | 32 | debug = 2 |
| 33 | |||
| 34 | [patch.crates-io] | ||
| 35 | lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan", rev = "b0502c1a802427638cc8bcd928fc632d13b778b6"} | ||
| 36 | lorawan = { git = "https://github.com/ivajloip/rust-lorawan", rev = "b0502c1a802427638cc8bcd928fc632d13b778b6"} | ||
