From 6f5975df036ad6437d8a662201b50adbe12c3fc2 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Sat, 12 Feb 2022 15:36:11 +0900 Subject: [PATCH] Bump version to 0.8.1 --- Cargo.toml | 2 +- README.md | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) 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.