瀏覽代碼

fix CI tests

Evan Almloff 2 年之前
父節點
當前提交
c39f55920c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      packages/desktop/Cargo.toml
  2. 1 1
      packages/web/Cargo.toml

+ 1 - 1
packages/desktop/Cargo.toml

@@ -30,7 +30,7 @@ tokio = { workspace = true, features = [
     "time",
     "macros",
     "fs",
-], optional = true, default-features = false }
+], optional = true }
 webbrowser = "0.8.0"
 infer = "0.11.0"
 dunce = "1.0.2"

+ 1 - 1
packages/web/Cargo.toml

@@ -27,7 +27,7 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
 once_cell = "1.9.0"
 anyhow = "1.0.53"
 gloo-timers = { version = "0.2.3", features = ["futures"] }
-futures-util = { workspace = true }
+futures-util = { workspace = true, features = ["std", "async-await", "async-await-macro"] }
 smallstr = "0.2.0"
 futures-channel = { workspace = true }
 serde_json = { version = "1.0" }