diff options
| author | Ulf Lilleengen <[email protected]> | 2021-10-11 13:42:03 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2021-10-11 13:51:00 +0200 |
| commit | 5ae276fe50d1445c9f2e8df3871b247f7d59fc0c (patch) | |
| tree | 92521da631b865af4ef4e53e50b9f0f35e07bb14 /embassy-lora | |
| parent | 9fec833015579cca5f1b398745cac7ad08245f0c (diff) | |
Update to newer revision of async lorawan stack
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 af0f25d5a..5d345d2df 100644 --- a/embassy-lora/Cargo.toml +++ b/embassy-lora/Cargo.toml | |||
| @@ -29,5 +29,5 @@ futures = { version = "0.3.17", default-features = false, features = [ "async-aw | |||
| 29 | embedded-hal = { version = "0.2", features = ["unproven"] } | 29 | embedded-hal = { version = "0.2", features = ["unproven"] } |
| 30 | bit_field = { version = "0.10" } | 30 | bit_field = { version = "0.10" } |
| 31 | 31 | ||
| 32 | lorawan-device = { git = "https://github.com/lulf/rust-lorawan.git", rev = "a373d06fa8858d251bc70d5789cebcd9a638ec42", default-features = false, features = ["async"] } | 32 | lorawan-device = { git = "https://github.com/lulf/rust-lorawan.git", rev = "e529b74421346cb6537f8872d3c8eddcf14804b4", default-features = false, features = ["async"] } |
| 33 | lorawan-encoding = { git = "https://github.com/lulf/rust-lorawan.git", rev = "a373d06fa8858d251bc70d5789cebcd9a638ec42", default-features = false } \ No newline at end of file | 33 | lorawan-encoding = { git = "https://github.com/lulf/rust-lorawan.git", rev = "e529b74421346cb6537f8872d3c8eddcf14804b4", default-features = false } |
