Open kant2002 opened 2 weeks ago
I think that docs https://github.com/hermit-os/hermit-rs/wiki/Advanced-Configuration-Features#dhcp-support outdated. Cargo.toml configuration right now according to examples, looks a bit different.
[target.'cfg(target_os = "hermit")'.dependencies] hermit = "0.9" [features] default = ["hermit/pci", "hermit/tcp", "hermit/dhcpv4"]
I think that docs https://github.com/hermit-os/hermit-rs/wiki/Advanced-Configuration-Features#dhcp-support outdated. Cargo.toml configuration right now according to examples, looks a bit different.