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