aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2022-04-08 12:58:57 +0200
committerUlf Lilleengen <[email protected]>2022-04-08 12:58:57 +0200
commit86e52e67d0334159150689e4df4e38a7622fcddb (patch)
treef503c6180b62da4fdb3cc6f98681dbd725b986f1 /embassy-lora
parent3e45403a2a40399b2798feeea1266f0cd61f21c4 (diff)
Update to latest rust-lorawan version
Diffstat (limited to 'embassy-lora')
-rw-r--r--embassy-lora/Cargo.toml4
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
34embedded-hal = { version = "0.2", features = ["unproven"] } 34embedded-hal = { version = "0.2", features = ["unproven"] }
35bit_field = { version = "0.10" } 35bit_field = { version = "0.10" }
36 36
37lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "0de1a2a31933f7c97887b5718c1755fa5ab93a42", default-features = false, features = ["async"] } 37lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "607d7ee4917e26998b5f130304becde969b6b434", default-features = false, features = ["async"] }
38lorawan-encoding = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "0de1a2a31933f7c97887b5718c1755fa5ab93a42", default-features = false } 38lorawan-encoding = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "607d7ee4917e26998b5f130304becde969b6b434", default-features = false }