diff options
| author | Yuri Astrakhan <[email protected]> | 2025-05-18 20:51:15 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-05-18 20:52:09 +0200 |
| commit | ef0f29f0ede245671ffd82fcf384a9105f174c24 (patch) | |
| tree | feeeb499bf2772a77b1b71b503b173b6890ec22e /embassy-mspm0/Cargo.toml | |
| parent | 51d0252194cd69f73bade2aaeef3163f3cc7453f (diff) | |
Update defmt dependencies
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
| -rw-r--r-- | embassy-mspm0/Cargo.toml | 2 |
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 = | |||
| 38 | embedded-hal = { version = "1.0" } | 38 | embedded-hal = { version = "1.0" } |
| 39 | embedded-hal-async = { version = "1.0" } | 39 | embedded-hal-async = { version = "1.0" } |
| 40 | 40 | ||
| 41 | defmt = { version = "0.3", optional = true } | 41 | defmt = { version = "1.0.1", optional = true } |
| 42 | fixed = "1.29" | 42 | fixed = "1.29" |
| 43 | log = { version = "0.4.14", optional = true } | 43 | log = { version = "0.4.14", optional = true } |
| 44 | cortex-m-rt = ">=0.6.15,<0.8" | 44 | cortex-m-rt = ">=0.6.15,<0.8" |
