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/stm32l0 | |
| parent | f7c2db245f8085334a366f63a7f0b4987c5e4dee (diff) | |
Update rust-lorawan crate versions.
Diffstat (limited to 'examples/stm32l0')
| -rw-r--r-- | examples/stm32l0/Cargo.toml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/examples/stm32l0/Cargo.toml b/examples/stm32l0/Cargo.toml index 71ec4f5a7..502ebfc8d 100644 --- a/examples/stm32l0/Cargo.toml +++ b/examples/stm32l0/Cargo.toml | |||
| @@ -17,8 +17,8 @@ embassy-executor = { version = "0.3.0", path = "../../embassy-executor", feature | |||
| 17 | embassy-time = { version = "0.1.3", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } | 17 | embassy-time = { version = "0.1.3", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } |
| 18 | embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["time", "defmt"], optional = true } | 18 | embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["time", "defmt"], optional = true } |
| 19 | lora-phy = { version = "2", optional = true } | 19 | lora-phy = { version = "2", optional = true } |
| 20 | lorawan-device = { version = "0.10.0", default-features = false, features = ["async", "external-lora-phy"], optional = true } | 20 | lorawan-device = { version = "0.11.0", default-features = false, features = ["async", "external-lora-phy"], optional = true } |
| 21 | lorawan = { version = "0.7.3", default-features = false, features = ["default-crypto"], optional = true } | 21 | lorawan = { version = "0.7.4", default-features = false, features = ["default-crypto"], optional = true } |
| 22 | 22 | ||
| 23 | defmt = "0.3" | 23 | defmt = "0.3" |
| 24 | defmt-rtt = "0.4" | 24 | defmt-rtt = "0.4" |
| @@ -37,7 +37,3 @@ static_cell = "1.1" | |||
| 37 | 37 | ||
| 38 | [profile.release] | 38 | [profile.release] |
| 39 | debug = 2 | 39 | debug = 2 |
| 40 | |||
| 41 | [patch.crates-io] | ||
| 42 | lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan", rev = "b0502c1a802427638cc8bcd928fc632d13b778b6"} | ||
| 43 | lorawan = { git = "https://github.com/ivajloip/rust-lorawan", rev = "b0502c1a802427638cc8bcd928fc632d13b778b6"} | ||
