diff options
| author | Ulf Lilleengen <[email protected]> | 2022-04-08 12:58:57 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-04-08 12:58:57 +0200 |
| commit | 86e52e67d0334159150689e4df4e38a7622fcddb (patch) | |
| tree | f503c6180b62da4fdb3cc6f98681dbd725b986f1 /embassy-lora | |
| parent | 3e45403a2a40399b2798feeea1266f0cd61f21c4 (diff) | |
Update to latest rust-lorawan version
Diffstat (limited to 'embassy-lora')
| -rw-r--r-- | embassy-lora/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml index 7966e6d4c..97af7dd79 100644 --- a/embassy-lora/Cargo.toml +++ b/embassy-lora/Cargo.toml | |||
| @@ -34,5 +34,5 @@ futures = { version = "0.3.17", default-features = false, features = [ "async-aw | |||
| 34 | embedded-hal = { version = "0.2", features = ["unproven"] } | 34 | embedded-hal = { version = "0.2", features = ["unproven"] } |
| 35 | bit_field = { version = "0.10" } | 35 | bit_field = { version = "0.10" } |
| 36 | 36 | ||
| 37 | lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "0de1a2a31933f7c97887b5718c1755fa5ab93a42", default-features = false, features = ["async"] } | 37 | lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "607d7ee4917e26998b5f130304becde969b6b434", default-features = false, features = ["async"] } |
| 38 | lorawan-encoding = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "0de1a2a31933f7c97887b5718c1755fa5ab93a42", default-features = false } | 38 | lorawan-encoding = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "607d7ee4917e26998b5f130304becde969b6b434", default-features = false } |
