From 1ee0ffc05b140591e69bec6f2eb2eb5b6ec2e497 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Sat, 11 Mar 2023 14:22:02 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e81c0aa..7d0b939 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add `default-net` to your dependencies ```toml:Cargo.toml [dependencies] -default-net = "0.12.0" +default-net = "0.13" ``` For more details, see [examples][examples-url] or doc. From 5ef6981db71daced991a1f515e7927c28fb62d83 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Sat, 11 Mar 2023 14:22:54 +0900 Subject: [PATCH 2/2] Bump version to 0.13.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae2dfcc..9a3ff28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.13.0" +version = "0.13.1" authors = ["shellrow "] edition = "2021" description = "Cross-platform library for network interface and gateway"