ci: fix basic checks

This commit is contained in:
Nugine
2025-02-22 15:00:39 +08:00
parent 704c41b116
commit bd1ceae375
3 changed files with 192 additions and 263 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ protobuf = "3.7"
protos = { path = "./common/protos" }
rand = "0.8.5"
reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls", "charset", "http2", "macos-system-configuration", "stream"] }
rfd = "0.15.2"
rfd = { version = "0.15.2", default-features = false, features = ["xdg-portal", "tokio"] }
rmp = "0.8.14"
rmp-serde = "1.3.0"
s3s = { git = "https://github.com/Nugine/s3s.git", rev = "529c8933a11528c506d5fbf7c4c2ab155db37dfe", default-features = true, features = [