aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l0
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2021-10-11 13:42:03 +0200
committerUlf Lilleengen <[email protected]>2021-10-11 13:51:00 +0200
commit5ae276fe50d1445c9f2e8df3871b247f7d59fc0c (patch)
tree92521da631b865af4ef4e53e50b9f0f35e07bb14 /examples/stm32l0
parent9fec833015579cca5f1b398745cac7ad08245f0c (diff)
Update to newer revision of async lorawan stack
Diffstat (limited to 'examples/stm32l0')
-rw-r--r--examples/stm32l0/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32l0/Cargo.toml b/examples/stm32l0/Cargo.toml
index 371ac68cc..970833944 100644
--- a/examples/stm32l0/Cargo.toml
+++ b/examples/stm32l0/Cargo.toml
@@ -24,8 +24,8 @@ embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" }
24embassy-macros = { path = "../../embassy-macros" } 24embassy-macros = { path = "../../embassy-macros" }
25 25
26embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["sx127x", "time"] } 26embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["sx127x", "time"] }
27lorawan-device = { git = "https://github.com/lulf/rust-lorawan.git", rev = "a373d06fa8858d251bc70d5789cebcd9a638ec42", default-features = false, features = ["async"] } 27lorawan-device = { git = "https://github.com/lulf/rust-lorawan.git", rev = "e529b74421346cb6537f8872d3c8eddcf14804b4", default-features = false, features = ["async"] }
28lorawan-encoding = { git = "https://github.com/lulf/rust-lorawan.git", rev = "a373d06fa8858d251bc70d5789cebcd9a638ec42", default-features = false, features = ["default-crypto"] } 28lorawan-encoding = { git = "https://github.com/lulf/rust-lorawan.git", rev = "e529b74421346cb6537f8872d3c8eddcf14804b4", default-features = false, features = ["default-crypto"] }
29 29
30defmt = "0.2.3" 30defmt = "0.2.3"
31defmt-rtt = "0.2.0" 31defmt-rtt = "0.2.0"