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-imxrt | |
| parent | 51d0252194cd69f73bade2aaeef3163f3cc7453f (diff) | |
Update defmt dependencies
Diffstat (limited to 'embassy-imxrt')
| -rw-r--r-- | embassy-imxrt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-imxrt/Cargo.toml b/embassy-imxrt/Cargo.toml index d8cf3aaba..231a80251 100644 --- a/embassy-imxrt/Cargo.toml +++ b/embassy-imxrt/Cargo.toml | |||
| @@ -71,7 +71,7 @@ embassy-hal-internal = { version = "0.2.0", path = "../embassy-hal-internal", fe | |||
| 71 | embassy-embedded-hal = { version = "0.3.0", path = "../embassy-embedded-hal", default-features = false } | 71 | embassy-embedded-hal = { version = "0.3.0", path = "../embassy-embedded-hal", default-features = false } |
| 72 | embassy-futures = { version = "0.1.1", path = "../embassy-futures" } | 72 | embassy-futures = { version = "0.1.1", path = "../embassy-futures" } |
| 73 | 73 | ||
| 74 | defmt = { version = "1.0", optional = true } | 74 | defmt = { version = "1.0.1", optional = true } |
| 75 | log = { version = "0.4.14", optional = true } | 75 | log = { version = "0.4.14", optional = true } |
| 76 | nb = "1.0.0" | 76 | nb = "1.0.0" |
| 77 | cfg-if = "1.0.0" | 77 | cfg-if = "1.0.0" |
