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

Remove need for hash_extract_if feature and support non-nightly rust compiler #134

Closed
simlay opened this issue Oct 1, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@simlay
Copy link
Contributor

simlay commented Oct 1, 2024

In #130, the hash_extract_if unstable language feature was added.

This project supports compiling to a number of Tier 3 rust targets which is requires build-std so we still need to use nightly to compile for watchOS, tvOS and visionOS.

Let's add a rust-stable CI check and remove the call to extract_if on HashMap.

@simlay simlay added the good first issue Good for newcomers label Oct 10, 2024
simlay pushed a commit that referenced this issue Oct 23, 2024
* version bump
* remove dep
* remove async closure dep (unused)
* CI fiddling
@simlay
Copy link
Contributor Author

simlay commented Oct 23, 2024

Closed in #138.

@simlay simlay closed this as completed Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Done
Development

No branches or pull requests

1 participant