Skip to content

Commit 2653da9

Browse files
authored
defmt-rtt: 0.3 -> 0.4
1 parent 20c8700 commit 2653da9

File tree

3 files changed

+12
-78
lines changed

3 files changed

+12
-78
lines changed

Cargo.lock

Lines changed: 7 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ edition = "2021"
77
license = "MIT OR Apache-2.0"
88

99
[dependencies]
10-
defmt = "0.3"
11-
defmt-rtt = "0.3"
10+
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
1211
cortex-m-rt = "0.7"
12+
defmt = "0.3"
13+
defmt-rtt = "0.4"
1314
panic-probe = { version = "0.3", features = ["print-defmt" ] }
1415
stm32wlxx-hal = { path = "../hal", features = ["stm32wl5x_cm4", "rt", "defmt"] }

testsuite/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ harness = false
8181

8282
[dependencies]
8383
aes-gcm = { version = "0.10", default-features = false, features = ["aes"] }
84+
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
8485
cortex-m-rt = "0.7"
8586
defmt = "0.3"
86-
defmt-rtt = "0.3"
87+
defmt-rtt = "0.4"
8788
defmt-test = "0.3"
8889
ecdsa = { version = "0.14", default-features = false, features = ["arithmetic", "hazmat"] }
8990
embedded-time = "0.12"

0 commit comments

Comments
 (0)