diff --git a/Cargo.toml b/Cargo.toml index 4c68376..57a78d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netdev" -version = "0.32.0" +version = "0.33.0" authors = ["shellrow "] edition = "2021" description = "Cross-platform library for network interface" diff --git a/README.md b/README.md index ed2d21d..aa0b474 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.32" +netdev = "0.33" ``` For more details, see [examples][examples-url] or [doc][doc-url].