diff --git a/Cargo.toml b/Cargo.toml index bc86d21..ce410e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netdev" -version = "0.45.0" +version = "0.46.0" authors = ["shellrow "] edition = "2024" description = "Cross-platform library for enumerating network interfaces with metadata." diff --git a/README.md b/README.md index f1bd20c..a51c866 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.45" +netdev = "0.46" ``` For more details, see [examples][examples-url] or [doc][doc-url]. @@ -61,7 +61,7 @@ To opt out of the additional Apple metadata enrichment while keeping gateway hel ```toml [dependencies] -netdev = { version = "0.45", default-features = false, features = ["gateway"] } +netdev = { version = "0.46", default-features = false, features = ["gateway"] } ``` ## Apple behavior @@ -73,7 +73,7 @@ macOS Wi-Fi transmit-speed collection is disabled by default. To enable it, opt ```toml [dependencies] -netdev = { version = "0.45", features = ["apple-wifi-extra"] } +netdev = { version = "0.46", features = ["apple-wifi-extra"] } ``` This uses CoreWLAN, whose metadata lookup may perform synchronous IPC while interfaces are