Bump version to 0.6.0

main
shellrow 3 years ago
parent a80622af28
commit 092b5bc068
  1. 2
      Cargo.toml
  2. 4
      README.md
  3. 2
      src/interface.rs

@ -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"

@ -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

@ -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,

Loading…
Cancel
Save