File: add-missing-dev-dependencies.patch

package info (click to toggle)
rust-futures-executor 0.3.32-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index 05bf879..d4cd8b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,6 +69,8 @@ version = "0.3.32"
 default-features = false
 
 [dev-dependencies]
+futures = { version = "0.3.11", default-features = true }
+futures-test = { version = "0.3.0", default-features = true }
 
 [lints.rust]
 missing_debug_implementations = "warn"