Thanks to visit codestin.com
Credit goes to github.com

Skip to content

async_stream_impl 0.3.1 removes stream, try_stream, breaking async_stream =0.3.0 #58

@dfreese

Description

@dfreese

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions