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

async-signature: move to AFIT; MSRV 1.75 #1428

Merged
merged 4 commits into from
Dec 29, 2023
Merged

Conversation

tarcieri
Copy link
Member

Continuation of #1419

baloo and others added 4 commits December 29, 2023 10:53
`AFIT` is expected in the upcoming rust-1.75 release (scheduled for
2023/12/28).

`#[allow(async_fn_in_trait)]` is required until a solution to RPITIT is
merged in rust.
This put responsability on the implementor of `async_signature::AsyncSigner`
to make sure their future is `Send`able.
see rust-lang/rust#115822 (comment)
for more context.
@tarcieri tarcieri merged commit 9224b6b into master Dec 29, 2023
81 checks passed
@tarcieri tarcieri deleted the async-signature/afit branch December 29, 2023 18:02
tarcieri added a commit that referenced this pull request Dec 29, 2023
NOTE: this is not a release, but just to denote that the current
`master` contains breaking changes, which were introduced in #1428
tarcieri added a commit that referenced this pull request Dec 29, 2023
NOTE: this is not a release, but just to denote that the current
`master` contains breaking changes, which were introduced in #1428
@tarcieri tarcieri mentioned this pull request Jan 3, 2024
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.

2 participants