aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-08-15 20:42:36 +0200
committerDario Nieuwenhuis <[email protected]>2022-08-15 20:42:36 +0200
commit68931a36d5b04151cbe2bd343253b6bfffd8a7d6 (patch)
treec23ca70a13ae0cc529a1879de9ec01c32bae92bd
parentdff6847e9c77fa658bea95ba16c11519f0506800 (diff)
More docserver metadata fix.
-rw-r--r--embassy-net/Cargo.toml4
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"
8src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-v$VERSION/embassy-net/src/" 8src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-v$VERSION/embassy-net/src/"
9src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net/src/" 9src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net/src/"
10features = [ "pool-4", "defmt", "tcp", "dns", "dhcpv4", "proto-ipv6", "medium-ethernet", "medium-ip", "embassy-executor/time", "embassy-executor/time-tick-1mhz"] 10features = [ "pool-4", "defmt", "tcp", "dns", "dhcpv4", "proto-ipv6", "medium-ethernet", "medium-ip", "embassy-executor/time", "embassy-executor/time-tick-1mhz"]
11flavors = [ 11target = "thumbv7em-none-eabi"
12 { name = "default", target = "thumbv7em-none-eabihf" },
13]
14 12
15[features] 13[features]
16default = [] 14default = []