From 7ef04c107e103e716685005ed506e06f15e950aa Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:50:37 +0900 Subject: [PATCH] Bump version to 0.16.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5fadcc..97611a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.16.1" +version = "0.16.2" authors = ["shellrow "] edition = "2021" description = "Cross-platform library for network interface and gateway"