Skip to content

WIP: block-buffer: drop generic-array for min_const_generics #188

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

Closed
wants to merge 1 commit into from

Conversation

linkmauve
Copy link

This bumps the minimum required Rust version.

This shouldn’t be merged until min_const_generics gets stabilised, but once it is it will allow to remove the generic-array crate from this one.

This bumps the minimum required Rust version.
@newpavlov
Copy link
Member

I think it's too soon for migrating to const generics for us. min_const_generics are not enough to cover needs of this organization, the main blocker is rust-lang/rust#60551. We probably will do a coordinated update of all crates once stable const generics will be sufficiently advanced.

@newpavlov newpavlov closed this Dec 30, 2020
@tarcieri
Copy link
Member

Oh wow, rust-lang/rust#60551 is quite the showstopper for our usage.

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 this pull request may close these issues.

3 participants