diff --git a/Cargo.toml b/Cargo.toml index 5e713e3..cc58ee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.5.0" +version = "0.6.0" authors = ["shellrow <81893184+shellrow@users.noreply.github.com>"] edition = "2018" description = "Get default network information" diff --git a/README.md b/README.md index 5c7d9a7..b181e35 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ fn main(){ ## Tested on - Linux - - Kali 2021.1 (VMware) - - Ubuntu 20.04 + - Ubuntu 20.04, 18.04 + - Kali 2021.1 (VM) - macOS 11.6 - Windows 10 20H2 diff --git a/src/interface.rs b/src/interface.rs index 6ee8c16..9725dc3 100644 --- a/src/interface.rs +++ b/src/interface.rs @@ -31,7 +31,7 @@ impl std::fmt::Display for MacAddr { } } -/// Structure of default Network Interface information +/// Structure of Network Interface information #[derive(Clone, Debug)] pub struct Interface { pub index: u32,