summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-08-13 16:59:14 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-08-13 16:59:14 +0200
commit6317ccb3c5759fd7be6007ba7c08251f422cb526 (patch)
tree2db359580ca18bb905935e4cec504d32da8efdef
parentf84a396fb60394a0f1d22e0eb9e8a30602d75a7a (diff)
Enable "fs" target for tokio-stream
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 572cf94..eeecfe2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,7 +66,7 @@ syntect = "4.4"
tar = "0.4.16"
terminal_size = "0.1"
tokio = { version = "1.0", features = ["macros", "fs", "process", "io-util", "time"] }
-tokio-stream = "0.1"
+tokio-stream = { version = "0.1", features = ["fs"] }
typed-builder = "0.9"
unindent = "0.1"
url = { version = "2", features = ["serde"] }