Bump version to 0.8.1

main
shellrow 3 years ago
parent 42f8fad9e2
commit 6f5975df03
  1. 2
      Cargo.toml
  2. 11
      README.md

@ -1,6 +1,6 @@
[package] [package]
name = "default-net" name = "default-net"
version = "0.8.0" version = "0.8.1"
authors = ["shellrow <shellrow@protonmail.com>"] authors = ["shellrow <shellrow@protonmail.com>"]
edition = "2018" edition = "2018"
description = "Cross-platform library for network interface and gateway" description = "Cross-platform library for network interface and gateway"

@ -18,7 +18,7 @@
Add `default-net` to your dependencies Add `default-net` to your dependencies
```toml:Cargo.toml ```toml:Cargo.toml
[dependencies] [dependencies]
default-net = "0.8.0" default-net = "0.8.1"
``` ```
## Example ## Example
@ -57,9 +57,14 @@ fn main(){
## Tested on ## Tested on
- Linux - Linux
- Ubuntu 21.10, 20.04, 18.04 - Ubuntu
- 21.10
- 20.04
- 18.04
- Kali 2021.1 (VM) - Kali 2021.1 (VM)
- macOS 11.6 - 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. For more details, see [examples][examples-url] or doc.

Loading…
Cancel
Save