Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ensure the sink feature flag is selected, or it won't compile
  • Loading branch information
benashford committed Jan 3, 2021
commit f29ae9231ff4f949b4aa8e5de7036d3baf93023d
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ log = "^0.4.11"
lwactors = "0.2"
futures-channel = "^0.3.7"
futures-sink = "^0.3.7"
futures-util = "^0.3.7"
futures-util = { version = "^0.3.7", features = ["sink"] }
thiserror = "1.0"
tokio_02 = { package = "tokio", version = "0.2", features = ["rt-core", "net", "time"], optional = true}
tokio_10 = { package = "tokio", version = "1.0", features = ["rt", "net", "time"], optional = true }
Expand Down