aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wle5
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32wle5')
-rw-r--r--examples/stm32wle5/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wle5/Cargo.toml b/examples/stm32wle5/Cargo.toml
index f2fc4dd3d..64c81c761 100644
--- a/examples/stm32wle5/Cargo.toml
+++ b/examples/stm32wle5/Cargo.toml
@@ -15,7 +15,7 @@ embassy-embedded-hal = { version = "0.5.0", path = "../../embassy-embedded-hal"
15 15
16defmt = "1.0.1" 16defmt = "1.0.1"
17defmt-rtt = { version = "1.1.0", optional = true } 17defmt-rtt = { version = "1.1.0", optional = true }
18defmt-serial = { version = "0.10.0", optional = true } 18defmt-serial = { git = "https://github.com/gauteh/defmt-serial", rev = "411ae7fa909b4fd2667885aff687e009b9108190", optional = true }
19 19
20cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } 20cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
21cortex-m-rt = "0.7.0" 21cortex-m-rt = "0.7.0"