fix(ci): restore FreeBSD and MIPS builds

This commit is contained in:
lbl
2026-08-22 22:52:27 +08:00
parent 70e584b37b
commit 7675a6868c
3 changed files with 4 additions and 21 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2024"
vnt-core.workspace = true
tokio = { workspace = true, features = ["full"] }
axum = "0.8.8"
tower-http = { version = "0.7", features = ["fs", "cors", "trace"] }
tower-http = { version = "0.7", features = ["cors"] }
tower = { version = "0.5", features = ["util"] }
serde.workspace = true