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

Minimum Supported Rust Version #697

Open
koivunej opened this issue Mar 26, 2021 · 0 comments
Open

Minimum Supported Rust Version #697

koivunej opened this issue Mar 26, 2021 · 0 comments

Comments

@koivunej
Copy link
Collaborator

In #696 I included 58835a5 which updates the README not to include any MSRV.

MSRV first appeared in c4a5364. After the adding of MSRV the version has been bumped at least for 1.45 defining the f64 -> u64 conversion in #654 and 1.46 for sized-chunks in #689. Meanwhile we've been developing and CI has always been testing and running clippy on the latest stable. Now #696 with the new lint fixes pushes it the minimum to 1.51.

Since this crate depends, even directly, on many crates which are expected to evolve in the near future thanks to const generics, I think it's best to keep only the support for latest stable.

Opening this issue up for discussion since I do not want to block #696 on the README update (which is overdue either way).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant