File: enable-io-feature-in-futures-util.diff

package info (click to toggle)
rust-oo7 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 500 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: oo7/Cargo.toml
===================================================================
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -153,6 +153,7 @@
 
 [dependencies.futures-util]
 version = "0.3"
+features = ["io"]
 
 [dependencies.getrandom]
 version = "0.2"