diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-11-29 21:15:24 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-11-29 21:15:24 +0100 |
| commit | 1dcb0ea1f5dbd9357c7c05627f06abbcaaedd134 (patch) | |
| tree | e60da63272735124942718dd9b2ebd685bf74fc2 /examples/stm32l0 | |
| parent | 902586a019eafc1ab63fe78f464c4d4fee43cc85 (diff) | |
Bump defmt-rtt to 0.4
Diffstat (limited to 'examples/stm32l0')
| -rw-r--r-- | examples/stm32l0/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l0/Cargo.toml b/examples/stm32l0/Cargo.toml index f5fd18f11..86933a629 100644 --- a/examples/stm32l0/Cargo.toml +++ b/examples/stm32l0/Cargo.toml | |||
| @@ -19,7 +19,7 @@ lorawan-device = { version = "0.8.0", default-features = false, features = ["asy | |||
| 19 | lorawan = { version = "0.7.1", default-features = false, features = ["default-crypto"], optional = true } | 19 | lorawan = { version = "0.7.1", default-features = false, features = ["default-crypto"], optional = true } |
| 20 | 20 | ||
| 21 | defmt = "0.3" | 21 | defmt = "0.3" |
| 22 | defmt-rtt = "0.3" | 22 | defmt-rtt = "0.4" |
| 23 | 23 | ||
| 24 | embedded-storage = "0.3.0" | 24 | embedded-storage = "0.3.0" |
| 25 | embedded-io = "0.4.0" | 25 | embedded-io = "0.4.0" |
