From f91b3db2ad6efd2d65597445512e8da35840fbb4 Mon Sep 17 00:00:00 2001 From: shellrow Date: Tue, 27 May 2025 00:17:43 +0900 Subject: [PATCH] Bump version to 0.35.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9b6d849..0bcce22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netdev" -version = "0.34.1" +version = "0.35.0" authors = ["shellrow "] edition = "2021" description = "Cross-platform library for network interface" diff --git a/README.md b/README.md index 7d2fcf6..3a5bb19 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This project was rebranded from [default-net][default-net-crates-io-url] by the Add `netdev` to your dependencies ```toml:Cargo.toml [dependencies] -netdev = "0.34" +netdev = "0.35" ``` For more details, see [examples][examples-url] or [doc][doc-url].