summaryrefslogtreecommitdiff
path: root/embassy-lora
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@redhat.com>2021-12-01 21:16:54 +0100
committerUlf Lilleengen <lulf@redhat.com>2021-12-02 19:10:29 +0100
commitb9693c0b9158159822e97a9f34745353b32a3bf2 (patch)
treee65b86a978b44b775e8426c559df30569c8b0c54 /embassy-lora
parent6d6e6f55b8a9ecd38b5a6d3bb11f74b2654afdeb (diff)
downloadembassy-b9693c0b9158159822e97a9f34745353b32a3bf2.zip
Update rust-lorawan to version supporting defmt 0.3
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 fa46d43f..024eb6aa 100644
--- a/embassy-lora/Cargo.toml
+++ b/embassy-lora/Cargo.toml
@@ -23,5 +23,5 @@ futures = { version = "0.3.17", default-features = false, features = [ "async-aw
embedded-hal = { version = "0.2", features = ["unproven"] }
bit_field = { version = "0.10" }
-lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "4bff2e0021103adfbccedcbf49dbcd0474adc4b2", default-features = false, features = ["async"] }
-lorawan-encoding = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "4bff2e0021103adfbccedcbf49dbcd0474adc4b2", default-features = false }
+lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "53d2feb43e2f3ddcdc55f0587391b0d3f02d8d93", default-features = false, features = ["async"] }
+lorawan-encoding = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "53d2feb43e2f3ddcdc55f0587391b0d3f02d8d93", default-features = false }