Fix building on Windows ARM64 (#485)

Tested building natively on Windows ARM64, with Rust 1.82 and VS2022 toolchains.
Basic functionality of easytier-cli, easytier-core and easytier-web has been verified.
This commit is contained in:
Sophon
2024-11-21 10:32:03 +08:00
committed by GitHub
parent aed54f7318
commit bc7c4d8cd0
6 changed files with 21 additions and 43 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ quinn = { version = "0.11.0", optional = true, features = ["ring"] }
rustls = { version = "0.23.0", features = [
"ring",
], default-features = false, optional = true }
rcgen = { version = "0.11.1", optional = true }
rcgen = { version = "0.12.1", optional = true }
# for websocket
tokio-websockets = { version = "0.8", optional = true, features = [