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

Rename const_generics feature gate to adt_const_params #329

Conversation

JohnTitor
Copy link
Member

Fixes #328

@JohnTitor
Copy link
Member Author

Hmm, it seems Travis CI for this repo has been turned off: https://app.travis-ci.com/github/rust-lang/packed_simd
It's time to migrate to GHA :)

@krojew
Copy link

krojew commented Sep 9, 2021

Any chance for merging this? 😉

@TheIronBorn
Copy link
Contributor

If packed_simd is failing in an upstream crate or any other dependency you can't change, add this to your Cargo.toml

[patch.crates-io]
packed_simd = { git = "https://github.com/JohnTitor/packed_simd", branch = "rename-const-generics-feature-gate", package = "packed_simd_2" }

@calebzulawski
Copy link
Member

This project is effectively retired, so I'm not sure what we want to do about CI. @workingjubilee?

@workingjubilee workingjubilee merged commit bc3ad58 into rust-lang:master Sep 9, 2021
@workingjubilee
Copy link
Member

Once more for old time's sake, I suppose.

@workingjubilee
Copy link
Member

Published this version as a point release: 0.3.6
Yes, Travis CI has broken for basically everything.
I will review a PR that changes it over.

@JohnTitor JohnTitor deleted the rename-const-generics-feature-gate branch September 10, 2021 05:07
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.

Crate does not compile on 1.56
5 participants