diff --git a/Cargo.toml b/Cargo.toml index 3ca341d..90fc78d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.8.0" +version = "0.8.1" authors = ["shellrow "] edition = "2018" description = "Cross-platform library for network interface and gateway" diff --git a/README.md b/README.md index 5ca1c4a..37bfaa2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add `default-net` to your dependencies ```toml:Cargo.toml [dependencies] -default-net = "0.8.0" +default-net = "0.8.1" ``` ## Example @@ -57,9 +57,14 @@ fn main(){ ## Tested on - Linux - - Ubuntu 21.10, 20.04, 18.04 + - Ubuntu + - 21.10 + - 20.04 + - 18.04 - Kali 2021.1 (VM) - macOS 11.6 -- Windows 10 20H2 +- Windows + - Windows 10 21H2 19044.1526 + - Windows 11 21H2 22000.493 (VM) For more details, see [examples][examples-url] or doc.