From dd1a1d01ec2153f261d02c46ff54b11a857c63df Mon Sep 17 00:00:00 2001 From: shellrow Date: Sun, 3 Aug 2025 22:13:19 +0900 Subject: [PATCH] Bump version to 0.37.0 --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4e1ce96..d9ac1bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "netdev" -version = "0.36.0" -authors = ["shellrow "] +version = "0.37.0" +authors = ["shellrow "] edition = "2021" description = "Cross-platform library for network interface" repository = "https://github.com/shellrow/netdev" diff --git a/README.md b/README.md index c36edb3..568e0b0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,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.36" +netdev = "0.37" ``` For more details, see [examples][examples-url] or [doc][doc-url].