From a62836ca9d293395361640bcb69e6c1b0266962c Mon Sep 17 00:00:00 2001 From: shellrow Date: Wed, 17 Jun 2026 00:06:02 +0900 Subject: [PATCH] chore: bump version to 0.45.0 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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