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
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.
The text was updated successfully, but these errors were encountered:
erickt
added a commit
to erickt/bitvec
that referenced
this issue
May 20, 2024
While bitvec compiles with rust 1.56, it looks like
crossbeam
by way of thecriterion
dependency no longer supports it:It appears the most recent version is 1.63.
The text was updated successfully, but these errors were encountered: