From ef18deff67a15e37e543dbdf410739c4040d9bd5 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Mon, 22 May 2023 22:42:16 +0900 Subject: [PATCH 1/2] Bump version to 0.15.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e023e32..6f930d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.14.1" +version = "0.15.0" authors = ["shellrow "] edition = "2021" description = "Cross-platform library for network interface and gateway" diff --git a/README.md b/README.md index 471d2cd..2d55c8a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add `default-net` to your dependencies ```toml:Cargo.toml [dependencies] -default-net = "0.14" +default-net = "0.15" ``` For more details, see [examples][examples-url] or doc. From 78ab24075cfd04b74fcf099493a6e808a26ac594 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Mon, 22 May 2023 22:46:34 +0900 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ad873c..a55c0b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,8 +45,8 @@ jobs: fail-fast: false matrix: target: - - x86_64-unknown-linux-gnu - - i686-unknown-linux-gnu + - x86_64-unknown-linux-musl + - i686-unknown-linux-musl - armv7-linux-androideabi - aarch64-linux-android