diff options
| author | Ragarnoy <[email protected]> | 2025-05-21 13:58:57 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-21 13:58:57 +0200 |
| commit | a4676f8b94db9a62752f05595a282afc0fb99288 (patch) | |
| tree | 248614aec383679d9820eff771e4d5b3e33a0a9f /embassy-net | |
| parent | d5c9d1af26e7bd0ebefafba6ae28b0bd660aa924 (diff) | |
| parent | 7cbc9058bc726900571a7858c581f60cd8cb0266 (diff) | |
Merge branch 'embassy-rs:main' into stm32h755-intercore
Diffstat (limited to 'embassy-net')
| -rw-r--r-- | embassy-net/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml index c3bf1acbc..d96481f98 100644 --- a/embassy-net/Cargo.toml +++ b/embassy-net/Cargo.toml | |||
| @@ -68,7 +68,7 @@ alloc = ["smoltcp/alloc"] | |||
| 68 | 68 | ||
| 69 | [dependencies] | 69 | [dependencies] |
| 70 | 70 | ||
| 71 | defmt = { version = "0.3.8", optional = true } | 71 | defmt = { version = "1.0.1", optional = true } |
| 72 | log = { version = "0.4.14", optional = true } | 72 | log = { version = "0.4.14", optional = true } |
| 73 | 73 | ||
| 74 | smoltcp = { version = "0.12.0", default-features = false, features = [ | 74 | smoltcp = { version = "0.12.0", default-features = false, features = [ |
