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
I had async_stream pinned to "=0.3.0", and as a result, ran into the following error:
error[E0432]: unresolved imports `async_stream_impl::stream`, `async_stream_impl::try_stream`
--> external/raze__async_stream__0_3_0/src/lib.rs:171:29
|
171 | pub use async_stream_impl::{stream, try_stream};
| ^^^^^^ ^^^^^^^^^^ no `try_stream` in the root
| |
| no `stream` in the root
error: aborting due to previous error
We try to pin our main dependencies, to keep a little more control over how things update. Updating to 0.3.1 for async stream 0.3.1 isn't a problem, but should 0.3.1 have been 0.4?