From 092b5bc06850c030b685005075e60ab5b15bf191 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Sun, 9 Jan 2022 23:48:43 +0900 Subject: [PATCH] Bump version to 0.6.0 --- Cargo.toml | 2 +- README.md | 4 ++-- src/interface.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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,