Ver código fonte

fix CI tests

Evan Almloff 2 anos atrás
pai
commit
c39f55920c
2 arquivos alterados com 2 adições e 2 exclusões
  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" }