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

build: use now-stable async traits #138

Merged
merged 5 commits into from
Oct 29, 2023
Merged

build: use now-stable async traits #138

merged 5 commits into from
Oct 29, 2023

Conversation

JarvisCraft
Copy link
Collaborator

@JarvisCraft JarvisCraft commented Oct 29, 2023

Description

This enables the usage of now-stable async fns in traits.

While 1.75 is not released yet, it is still okay for us to use this version since the specific crate feature is opt-in. The key factor here is that we don't need nightly #[feature]s for this to work.

@JarvisCraft JarvisCraft added this to the v0.5.0 milestone Oct 29, 2023
@JarvisCraft JarvisCraft added the enhancement New feature or request label Oct 29, 2023
@JarvisCraft JarvisCraft self-assigned this Oct 29, 2023
@JarvisCraft JarvisCraft force-pushed the stable-async-traits branch 3 times, most recently from 4f5cac2 to 50ba7d7 Compare October 29, 2023 19:14
@CertainLach CertainLach merged commit e7e620b into master Oct 29, 2023
5 of 6 checks passed
@CertainLach CertainLach deleted the stable-async-traits branch October 29, 2023 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants