From a18c00e865c94da204bab6dd96cee76fdde9cf3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 19 May 2025 22:14:53 +0200 Subject: [PATCH 1/3] Bump netdev version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac2f294..c88b17d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ cc = "1" # compile native c async-trait = "0.1" tokio = { version = "1", features = ["net"], optional = true } async-std = { version = "1", optional = true } -netdev = "0.31.0" +netdev = "0.34.1" [dev-dependencies] tokio = { version = "1", features = ["full"]} From 784de80872646fd4fce7523c45f1b1fad7177cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 19 May 2025 22:15:26 +0200 Subject: [PATCH 2/3] Prepare release 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c88b17d..d0ad05a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "natpmp" -version = "0.5.0" +version = "0.5.1" authors = ["fengyingcai "] description = "NAT-PMP client library" homepage = "https://github.com/fengyc/natpmp" From 65aa25396c7a76870d6e9d7010ec6193a7fd282b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 19 May 2025 22:20:16 +0200 Subject: [PATCH 3/3] Attempt to fix CI --- .github/workflows/main.yml | 6 +++--- .github/workflows/nightly.yml | 6 +++--- .github/workflows/pr.yml | 6 +++--- .github/workflows/release.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d4628b..98b44e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: # Rust cache - name: Rust cargo cache - uses: actions/cache@v1 + uses: actions/cache@v4 env: cache-name: cache-rust-cargo with: @@ -54,7 +54,7 @@ jobs: # Rust cache - name: Rust cargo cache - uses: actions/cache@v1 + uses: actions/cache@v4 env: cache-name: cache-rust-cargo with: @@ -85,7 +85,7 @@ jobs: # Rust cache - name: Rust cargo cache - uses: actions/cache@v1 + uses: actions/cache@v4 env: cache-name: cache-rust-cargo with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c670ed3..84362b5 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -15,7 +15,7 @@ jobs: # Rust cache - name: Rust cargo cache - uses: actions/cache@v1 + uses: actions/cache@v4 env: cache-name: cache-rust-cargo with: @@ -55,7 +55,7 @@ jobs: # Rust cache - name: Rust cargo cache - uses: actions/cache@v1 + uses: actions/cache@v4 env: cache-name: cache-rust-cargo with: @@ -86,7 +86,7 @@ jobs: # Rust cache - name: Rust cargo cache - uses: actions/cache@v1 + uses: actions/cache@v4 env: cache-name: cache-rust-cargo with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 82eb655..1298763 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: # Rust cache - name: Rust cargo cache - uses: actions/cache@v1 + uses: actions/cache@v4 env: cache-name: cache-rust-cargo with: @@ -45,7 +45,7 @@ jobs: # Rust cache - name: Rust cargo cache - uses: actions/cache@v1 + uses: actions/cache@v4 env: cache-name: cache-rust-cargo with: @@ -76,7 +76,7 @@ jobs: # Rust cache - name: Rust cargo cache - uses: actions/cache@v1 + uses: actions/cache@v4 env: cache-name: cache-rust-cargo with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbe4a15..7916963 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: # Rust cache - name: Rust cargo cache - uses: actions/cache@v1 + uses: actions/cache@v4 env: cache-name: cache-rust-cargo with: