Skip to content

Commit

Permalink
doc: why we have futures as a dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aatifsyed committed Jun 30, 2023
1 parent 37a4314 commit 2336440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ clap = { version = "4", features = ["color", "derive"] }
once_cell = "1"
rand = "0.8"
tokio = { version = "1", features = ["fs", "time", "rt"] }
futures = "0.3"
futures = "0.3" # so the doctest for wrap_stream is nice

[target.'cfg(target_arch = "wasm32")'.dependencies]
instant = "0.1"
Expand Down

0 comments on commit 2336440

Please sign in to comment.