Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
erickt opened this issue May 20, 2024 · 0 comments · May be fixed by #268
Open

Comments

@erickt
Copy link

erickt commented May 20, 2024

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.

erickt added a commit to erickt/bitvec that referenced this issue May 20, 2024
The tests depend on criterion, which no longer supports rust 1.56.

Fixes ferrilab#267
@erickt erickt linked a pull request May 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant