diff --git a/Cargo.toml b/Cargo.toml index 51ebc53..b077a92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netdev" -version = "0.44.0" +version = "0.45.0" authors = ["shellrow "] edition = "2024" description = "Cross-platform library for enumerating network interfaces with metadata." diff --git a/README.md b/README.md index 67ae086..0989834 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ See the [Interface][doc-interface-url] struct documentation for more details. Add `netdev` to your `Cargo.toml`: ```toml [dependencies] -netdev = "0.44" +netdev = "0.45" ``` For more details, see [examples][examples-url] or [doc][doc-url]. @@ -58,7 +58,7 @@ To opt out of the additional Apple metadata enrichment while keeping gateway hel ```toml [dependencies] -netdev = { version = "0.44", default-features = false, features = ["gateway"] } +netdev = { version = "0.45", default-features = false, features = ["gateway"] } ``` ## Apple behavior