From d6f2c0b4a5c9e29ba8af4c9c5fc09e3ba114b7dc Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Tue, 11 Jul 2023 00:47:33 +0900 Subject: [PATCH] Bump version to 0.16.0 --- Cargo.toml | 2 +- README.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 05e2c5a..c7285e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.15.0" +version = "0.16.0" authors = ["shellrow "] edition = "2021" description = "Cross-platform library for network interface and gateway" diff --git a/README.md b/README.md index 2d55c8a..e253ce9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add `default-net` to your dependencies ```toml:Cargo.toml [dependencies] -default-net = "0.15" +default-net = "0.16" ``` For more details, see [examples][examples-url] or doc. @@ -32,9 +32,11 @@ For more details, see [examples][examples-url] or doc. - Kali - 2022.1 (VM) - 2021.1 (VM) -- macOS 11.6 + - 2023.2 (VM) +- macOS + - 11.6 + - 13.4.1 - Windows - Windows 10 21H2 19044.1586 - Windows 11 21H2 22000.493 (VM) - Windows 11 Pro 21H2 22000.1335 - \ No newline at end of file