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 async_trait crate and use native method #1987

Closed

Conversation

sudeeptarlekar
Copy link
Collaborator

From Rust1.75 onwards async support was added so we do not need async-trait crate anymore. Removed this crate in this PR and used native async support.

Resolves: #1972

From Rust1.75 onwards async support was added so we do not need
async-trait crate anymore. Removed this crate in this PR and
used native async support.

Resolves: esrlabs#1972
@DmitryAstafyev
Copy link
Collaborator

Looks like at we moment we cannot get rid of async_trait. Let's postpone it for ~1 year ;)

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.

Replace the crate async_trait with rust native support
2 participants