You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating tokio-stream to 0.1.16 in Debian I discovered that apparently tokio-stream has a missing dev-dependency on tokio-test.
E.g. tests/stream_collect.rs has use tokio_test::{... . However, the release on crates.io has no dependency on tokio-test, causing the tests to fai. Adding a patch for a -dev-dependency on tokio-test makes all tests pass.
The text was updated successfully, but these errors were encountered:
Version
Latest (0.1.16)
When updating tokio-stream to 0.1.16 in Debian I discovered that apparently tokio-stream has a missing dev-dependency on tokio-test.
E.g.
tests/stream_collect.rs
hasuse tokio_test::{...
. However, the release on crates.io has no dependency on tokio-test, causing the tests to fai. Adding a patch for a -dev-dependency on tokio-test makes all tests pass.The text was updated successfully, but these errors were encountered: