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

Latest ahash dep and Rust 1.70.0 are incompatible #1149

Closed
frewsxcv opened this issue Feb 13, 2024 · 4 comments
Closed

Latest ahash dep and Rust 1.70.0 are incompatible #1149

frewsxcv opened this issue Feb 13, 2024 · 4 comments

Comments

@frewsxcv
Copy link
Member

frewsxcv commented Feb 13, 2024

error: package `ahash v0.8.8` cannot be built because it requires rustc 1.72.0 or newer, while the currently active rustc version is 1.70.0

See #1105

@urschrei
Copy link
Member

Do we commit to three or four stable versions, or a duration, or both? 1.72 is six months old on the 24th of Feb.

@lnicola
Copy link
Member

lnicola commented Feb 13, 2024

4 versions, or around 6 months. That's a MSRV of 1.73.

@frewsxcv
Copy link
Member Author

Although we can bump our MSRV, I think it'd be easier to pin ahash to a specific version until we have a real need to bump the MSRV for a new feature

@frewsxcv
Copy link
Member Author

This was resolved upstream tkaitchuck/aHash#208

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

No branches or pull requests

3 participants