Skip to content

Commit 4044d72

Browse files
author
Ulf Lilleengen
committed
update to released versions
1 parent 6394143 commit 4044d72

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

embassy-lora/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ futures = { version = "0.3.17", default-features = false, features = [ "async-aw
3838
embedded-hal = { version = "0.2", features = ["unproven"] }
3939
bit_field = { version = "0.10" }
4040

41-
lorawan-device = { version = "0.8.0", git = "https://github.com/ivajloip/rust-lorawan.git", rev = "7d3eb40bc2412536c846cea40caff25198b6b068", default-features = false, features = ["async"] }
42-
lorawan = { version = "0.7.1", git = "https://github.com/ivajloip/rust-lorawan.git", rev = "7d3eb40bc2412536c846cea40caff25198b6b068", default-features = false }
41+
lorawan-device = { version = "0.9.0", default-features = false, features = ["async"] }
42+
lorawan = { version = "0.7.2", default-features = false }

examples/nrf52840/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ embassy-usb = { version = "0.1.0", path = "../../embassy-usb", features = ["defm
2020
embedded-io = "0.4.0"
2121
embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["sx126x", "time", "defmt"], optional = true }
2222

23-
lorawan-device = { version = "0.8.0", git = "https://github.com/ivajloip/rust-lorawan.git", rev = "7d3eb40bc2412536c846cea40caff25198b6b068", default-features = false, features = ["async"], optional = true }
24-
lorawan = { version = "0.7.1", git = "https://github.com/ivajloip/rust-lorawan.git", rev = "7d3eb40bc2412536c846cea40caff25198b6b068", default-features = false, features = ["default-crypto"], optional = true }
23+
lorawan-device = { version = "0.9.0", default-features = false, features = ["async"], optional = true }
24+
lorawan = { version = "0.7.2", default-features = false, features = ["default-crypto"], optional = true }
2525

2626
defmt = "0.3"
2727
defmt-rtt = "0.4"

examples/stm32l0/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ embassy-time = { version = "0.1.0", path = "../../embassy-time", features = ["de
1515
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "stm32l072cz", "time-driver-any", "exti", "unstable-traits", "memory-x"] }
1616
embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["sx127x", "time", "defmt"], optional = true}
1717

18-
lorawan-device = { version = "0.8.0", git = "https://github.com/ivajloip/rust-lorawan.git", rev = "7d3eb40bc2412536c846cea40caff25198b6b068", default-features = false, features = ["async"], optional = true }
19-
lorawan = { version = "0.7.1", git = "https://github.com/ivajloip/rust-lorawan.git", rev = "7d3eb40bc2412536c846cea40caff25198b6b068", default-features = false, features = ["default-crypto"], optional = true }
18+
lorawan-device = { version = "0.9.0", default-features = false, features = ["async"], optional = true }
19+
lorawan = { version = "0.7.2", default-features = false, features = ["default-crypto"], optional = true }
2020

2121
defmt = "0.3"
2222
defmt-rtt = "0.4"

examples/stm32wl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ embassy-time = { version = "0.1.0", path = "../../embassy-time", features = ["de
1111
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "stm32wl55jc-cm4", "time-driver-any", "memory-x", "unstable-pac", "exti"] }
1212
embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["stm32wl", "time", "defmt"] }
1313

14-
lorawan-device = { version = "0.8.0", git = "https://github.com/ivajloip/rust-lorawan.git", rev = "7d3eb40bc2412536c846cea40caff25198b6b068", default-features = false, features = ["async"] }
15-
lorawan = { version = "0.7.1", git = "https://github.com/ivajloip/rust-lorawan.git", rev = "7d3eb40bc2412536c846cea40caff25198b6b068", default-features = false, features = ["default-crypto"] }
14+
lorawan-device = { version = "0.9.0", default-features = false, features = ["async"] }
15+
lorawan = { version = "0.7.2", default-features = false, features = ["default-crypto"] }
1616

1717
defmt = "0.3"
1818
defmt-rtt = "0.4"

0 commit comments

Comments
 (0)