Skip to content

Commit

Permalink
💚 Support aarch64-pc-windows-msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyish committed Jun 12, 2023
1 parent 611238b commit 54dcf98
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 54dcf98

Please sign in to comment.