aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/Cargo.toml
diff options
context:
space:
mode:
authorYuri Astrakhan <[email protected]>2025-05-18 20:51:15 +0200
committerDario Nieuwenhuis <[email protected]>2025-05-18 20:52:09 +0200
commitef0f29f0ede245671ffd82fcf384a9105f174c24 (patch)
treefeeeb499bf2772a77b1b71b503b173b6890ec22e /embassy-mspm0/Cargo.toml
parent51d0252194cd69f73bade2aaeef3163f3cc7453f (diff)
Update defmt dependencies
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
-rw-r--r--embassy-mspm0/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml
index df996ff4b..877d1ae18 100644
--- a/embassy-mspm0/Cargo.toml
+++ b/embassy-mspm0/Cargo.toml
@@ -38,7 +38,7 @@ embassy-executor = { version = "0.7.0", path = "../embassy-executor", optional =
38embedded-hal = { version = "1.0" } 38embedded-hal = { version = "1.0" }
39embedded-hal-async = { version = "1.0" } 39embedded-hal-async = { version = "1.0" }
40 40
41defmt = { version = "0.3", optional = true } 41defmt = { version = "1.0.1", optional = true }
42fixed = "1.29" 42fixed = "1.29"
43log = { version = "0.4.14", optional = true } 43log = { version = "0.4.14", optional = true }
44cortex-m-rt = ">=0.6.15,<0.8" 44cortex-m-rt = ">=0.6.15,<0.8"