diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-09-22 00:47:08 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-22 00:47:08 +0200 |
| commit | 4d71f432ad05cd8cce50b13cf6de6a1422f3b401 (patch) | |
| tree | 64f0b12c8e356d825adbc83bb6153a228cae22e8 /embassy-net-driver/Cargo.toml | |
| parent | fd1c1635419f8281edda3892f08a91f0e315667a (diff) | |
Update manifests to satisfy new checks.
Diffstat (limited to 'embassy-net-driver/Cargo.toml')
| -rw-r--r-- | embassy-net-driver/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-net-driver/Cargo.toml b/embassy-net-driver/Cargo.toml index 34bc6c91a..a36e412ad 100644 --- a/embassy-net-driver/Cargo.toml +++ b/embassy-net-driver/Cargo.toml | |||
| @@ -23,3 +23,6 @@ features = ["defmt"] | |||
| 23 | 23 | ||
| 24 | [dependencies] | 24 | [dependencies] |
| 25 | defmt = { version = "1.0.1", optional = true } | 25 | defmt = { version = "1.0.1", optional = true } |
| 26 | |||
| 27 | [features] | ||
| 28 | defmt = ["dep:defmt"] | ||
