diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10447c0d..e04a779d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,9 @@ jobs: - target: x86_64-pc-windows-msvc os: windows-latest archive: zip + - target: aarch64-pc-windows-msvc + os: windows-latest + archive: zip - target: x86_64-pc-windows-gnu os: windows-latest archive: zip diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d9a62e2..f269bda8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,6 +79,9 @@ jobs: - target: x86_64-pc-windows-msvc os: windows-latest archive: zip + - target: aarch64-pc-windows-msvc + os: windows-latest + archive: zip - target: x86_64-pc-windows-gnu os: windows-latest archive: zip diff --git a/Cargo.toml b/Cargo.toml index 1f8c8398..48b2c962 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,9 +74,9 @@ tracing-subscriber = { version = "0.3", features = [ # tracing-appender = "0.2" # trustdns -trust-dns-proto = { version = "0.23.0-alpha"} -trust-dns-resolver = { version = "0.23.0-alpha", features = ["serde-config", "system-config"]} -trust-dns-server = { version = "0.23.0-alpha", features = ["resolver"]} +trust-dns-proto = { version = "0.23.0-alpha.3"} +trust-dns-resolver = { version = "0.23.0-alpha.3", features = ["serde-config", "system-config"]} +trust-dns-server = { version = "0.23.0-alpha.3", features = ["resolver"]} # ssl webpki-roots = "0.23.0"