Updating embedded-nal version

This commit is contained in:
Ryan Summers 2024-07-05 14:35:26 +02:00 committed by kellerkindt
commit 09db1687dd
4 changed files with 20 additions and 12 deletions

View file

@ -24,9 +24,9 @@ impl Default for HostConfig {
fn default() -> Self {
Self {
mac: MacAddress::default(),
ip: Ipv4Addr::unspecified(),
gateway: Ipv4Addr::unspecified(),
subnet: Ipv4Addr::unspecified(),
ip: Ipv4Addr::UNSPECIFIED,
gateway: Ipv4Addr::UNSPECIFIED,
subnet: Ipv4Addr::UNSPECIFIED,
}
}
}