From fb788168a9074efc3667d43f621ccc256f401214 Mon Sep 17 00:00:00 2001 From: shellrow Date: Sun, 3 May 2026 20:59:20 +0900 Subject: [PATCH] chore: bump version to 0.43.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6153c60..a3162d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netdev" -version = "0.42.0" +version = "0.43.0" authors = ["shellrow "] edition = "2024" description = "Cross-platform library for enumerating network interfaces with metadata." diff --git a/README.md b/README.md index 8321b8d..e7c9acf 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ See the [Interface][doc-interface-url] struct documentation for detail. Add `netdev` to your `Cargo.toml` ```toml [dependencies] -netdev = "0.42" +netdev = "0.43" ``` For more details, see [examples][examples-url] or [doc][doc-url].