From 3e13ec01e5a1d8b7e291abee9c132e6c552e92a1 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Tue, 22 Mar 2022 23:22:05 +0900 Subject: [PATCH] Bump version to 0.8.2 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 90fc78d..9cda6e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.8.1" +version = "0.8.2" authors = ["shellrow "] edition = "2018" description = "Cross-platform library for network interface and gateway" diff --git a/README.md b/README.md index 37bfaa2..be8852e 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.1" +default-net = "0.8.2" ``` ## Example