You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- futures-0.3.30/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ futures-0.3.30/Cargo.toml 2024-09-01T00:15:31.426758+00:00
|
|
|
|
@@ -80,6 +80,9 @@
|
|
|
|
[dev-dependencies.assert_matches]
|
|
|
|
version = "1.3.0"
|
|
|
|
|
|
|
|
+[dev-dependencies.futures-test]
|
|
|
|
+version = "=0.3.30"
|
|
|
|
+
|
|
|
|
[dev-dependencies.pin-project]
|
|
|
|
version = "1.0.11"
|
|
|
|
|
|
|
|
@@ -88,9 +91,6 @@
|
|
|
|
|
|
|
|
[dev-dependencies.static_assertions]
|
|
|
|
version = "1"
|
|
|
|
-
|
|
|
|
-[dev-dependencies.tokio]
|
|
|
|
-version = "0.1.11"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
alloc = [
|
|
|
|
@@ -119,10 +119,6 @@
|
|
|
|
"std",
|
|
|
|
"futures-executor/std",
|
|
|
|
]
|
|
|
|
-io-compat = [
|
|
|
|
- "compat",
|
|
|
|
- "futures-util/io-compat",
|
|
|
|
-]
|
|
|
|
std = [
|
|
|
|
"alloc",
|
|
|
|
"futures-core/std",
|