Skip to content

crate tests do not compile with MSRV 1.56 due to dependencies dropping support for that version #267

@erickt

Description

@erickt

While bitvec compiles with rust 1.56, it looks like crossbeam by way of the criterion dependency no longer supports it:

% rustup run 1.56.1 cargo test
error: package `crossbeam-epoch v0.9.18` cannot be built because it requires rustc 1.61 or newer, while the currently active rustc version is 1.56.1

It appears the most recent version is 1.63.

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