We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
futures-util
1 parent ee0223d commit dd64b6eCopy full SHA for dd64b6e
Cargo.toml
@@ -19,7 +19,7 @@ futures-channel = { version = "0.3.17", default-features = false, features = [
19
"sink",
20
], optional = true }
21
futures-util = { version = "0.3.17", default-features = false, features = [
22
- "std",
+ "alloc",
23
24
] }
25
tokio-postgres = { version = "0.7.10", optional = true }
0 commit comments