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

Removing dependency on the async-trait crate #115

Merged
merged 3 commits into from
Jan 8, 2024

Conversation

detro
Copy link
Contributor

@detro detro commented Jan 8, 2024

As per Rust 1.75, I don't need to make use of this crate anymore to define traits that have async methods in them.

See: https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html.

As per Rust 1.75, I don't need to make use of this crate anymore to define traits that have `async` methods in them.
See: https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html#where-the-gaps-lie.
@detro detro added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code rust:language-updates labels Jan 8, 2024
@detro detro added this to the vNEXT milestone Jan 8, 2024
@detro detro merged commit ed9e45e into main Jan 8, 2024
1 check passed
@detro detro deleted the detro/remove_async-trait_crate branch January 8, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust:language-updates rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant