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: MSRV 1.60 #1387

Merged
merged 1 commit into from
Nov 12, 2023
Merged

(async-)signature: MSRV 1.60 #1387

merged 1 commit into from
Nov 12, 2023

Commits on Nov 12, 2023

  1. (async-)signature: MSRV 1.60

    To simplify the workspace, which contains weak/namespaced features, this
    bumps both `async-signature` and `signature` to MSRV 1.60.
    
    So as for the bump to have some justification, it adds weak feature
    activation for `rand_core?/std`, and uses this impl to write a
    `From<rand_core::Error>` conversion which can preserve the original
    error as the boxed source.
    tarcieri committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    9f9f3d7 View commit details
    Browse the repository at this point in the history