hermit-os / hermit-rs

Hermit for Rust.
Apache License 2.0
1.69k stars 86 forks source link

wiki docs on DNCP outdated #637

Open kant2002 opened 2 weeks ago

kant2002 commented 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"]