diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-08-15 20:42:36 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-08-15 20:42:36 +0200 |
| commit | 68931a36d5b04151cbe2bd343253b6bfffd8a7d6 (patch) | |
| tree | c23ca70a13ae0cc529a1879de9ec01c32bae92bd | |
| parent | dff6847e9c77fa658bea95ba16c11519f0506800 (diff) | |
More docserver metadata fix.
| -rw-r--r-- | embassy-net/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml index e4d8c2c27..11e39a871 100644 --- a/embassy-net/Cargo.toml +++ b/embassy-net/Cargo.toml | |||
| @@ -8,9 +8,7 @@ edition = "2021" | |||
| 8 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-v$VERSION/embassy-net/src/" | 8 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-v$VERSION/embassy-net/src/" |
| 9 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net/src/" | 9 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net/src/" |
| 10 | features = [ "pool-4", "defmt", "tcp", "dns", "dhcpv4", "proto-ipv6", "medium-ethernet", "medium-ip", "embassy-executor/time", "embassy-executor/time-tick-1mhz"] | 10 | features = [ "pool-4", "defmt", "tcp", "dns", "dhcpv4", "proto-ipv6", "medium-ethernet", "medium-ip", "embassy-executor/time", "embassy-executor/time-tick-1mhz"] |
| 11 | flavors = [ | 11 | target = "thumbv7em-none-eabi" |
| 12 | { name = "default", target = "thumbv7em-none-eabihf" }, | ||
| 13 | ] | ||
| 14 | 12 | ||
| 15 | [features] | 13 | [features] |
| 16 | default = [] | 14 | default = [] |
