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/nrf52840 | |
| parent | f7c2db245f8085334a366f63a7f0b4987c5e4dee (diff) | |
Update rust-lorawan crate versions.
Diffstat (limited to 'examples/nrf52840')
| -rw-r--r-- | examples/nrf52840/Cargo.toml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/examples/nrf52840/Cargo.toml b/examples/nrf52840/Cargo.toml index d54847fff..d45e006c7 100644 --- a/examples/nrf52840/Cargo.toml +++ b/examples/nrf52840/Cargo.toml | |||
| @@ -39,8 +39,8 @@ embedded-io = { version = "0.5.0", features = ["defmt-03"] } | |||
| 39 | embedded-io-async = { version = "0.5.0", optional = true, features = ["defmt-03"] } | 39 | embedded-io-async = { version = "0.5.0", optional = true, features = ["defmt-03"] } |
| 40 | embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["time", "defmt"], optional = true } | 40 | embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["time", "defmt"], optional = true } |
| 41 | lora-phy = { version = "2", optional = true } | 41 | lora-phy = { version = "2", optional = true } |
| 42 | lorawan-device = { version = "0.10.0", default-features = false, features = ["async", "external-lora-phy"], optional = true } | 42 | lorawan-device = { version = "0.11.0", default-features = false, features = ["async", "external-lora-phy"], optional = true } |
| 43 | lorawan = { version = "0.7.3", default-features = false, features = ["default-crypto"], optional = true } | 43 | lorawan = { version = "0.7.4", default-features = false, features = ["default-crypto"], optional = true } |
| 44 | embassy-net-esp-hosted = { version = "0.1.0", path = "../../embassy-net-esp-hosted", features = ["defmt"], optional = true } | 44 | embassy-net-esp-hosted = { version = "0.1.0", path = "../../embassy-net-esp-hosted", features = ["defmt"], optional = true } |
| 45 | embassy-net-enc28j60 = { version = "0.1.0", path = "../../embassy-net-enc28j60", features = ["defmt"], optional = true } | 45 | embassy-net-enc28j60 = { version = "0.1.0", path = "../../embassy-net-enc28j60", features = ["defmt"], optional = true } |
| 46 | 46 | ||
| @@ -65,7 +65,3 @@ microfft = "0.5.0" | |||
| 65 | 65 | ||
| 66 | [profile.release] | 66 | [profile.release] |
| 67 | debug = 2 | 67 | debug = 2 |
| 68 | |||
| 69 | [patch.crates-io] | ||
| 70 | lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan", rev = "b0502c1a802427638cc8bcd928fc632d13b778b6"} | ||
| 71 | lorawan = { git = "https://github.com/ivajloip/rust-lorawan", rev = "b0502c1a802427638cc8bcd928fc632d13b778b6"} | ||
