diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 127a926..4ee352b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,12 +104,12 @@ jobs: # bin: pbddns # name: pbddns-Linux-s390x-gnu.tar.gz # skip_tests: true - - os_name: NetBSD-x86_64 - os: ubuntu-20.04 - target: x86_64-unknown-netbsd - bin: pbddns - name: pbddns-NetBSD-x86_64.tar.gz - skip_tests: true + # - os_name: NetBSD-x86_64 + # os: ubuntu-20.04 + # target: x86_64-unknown-netbsd + # bin: pbddns + # name: pbddns-NetBSD-x86_64.tar.gz + # skip_tests: true # - os_name: Windows-aarch64 # os: windows-latest # target: aarch64-pc-windows-msvc diff --git a/Cargo.lock b/Cargo.lock index bfc9d2f..17f722b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -905,7 +905,7 @@ dependencies = [ [[package]] name = "pbddns" -version = "0.2.4" +version = "0.2.5" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index b3c240f..aa785d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbddns" -version = "0.2.4" +version = "0.2.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/Changes.md b/Changes.md index 62a3134..e853aa9 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,7 @@ +## 0.2.5 + +Something broke for netbsd, so I'm removing it from the supported platforms. + ## 0.2.4 Added --write-pid and an example freebsd rc.d script.