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-futures | |
| parent | 51d0252194cd69f73bade2aaeef3163f3cc7453f (diff) | |
Update defmt dependencies
Diffstat (limited to 'embassy-futures')
| -rw-r--r-- | embassy-futures/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-futures/Cargo.toml b/embassy-futures/Cargo.toml index 47cefa56f..0deab0165 100644 --- a/embassy-futures/Cargo.toml +++ b/embassy-futures/Cargo.toml | |||
| @@ -24,5 +24,5 @@ target = "thumbv7em-none-eabi" | |||
| 24 | features = ["defmt"] | 24 | features = ["defmt"] |
| 25 | 25 | ||
| 26 | [dependencies] | 26 | [dependencies] |
| 27 | defmt = { version = "0.3", optional = true } | 27 | defmt = { version = "1.0.1", optional = true } |
| 28 | log = { version = "0.4.14", optional = true } | 28 | log = { version = "0.4.14", optional = true } |
