diff options
| -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 = [] |
