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

digest v0.11.0-pre.9 #1623

Merged
merged 1 commit into from
Jul 26, 2024
Merged

digest v0.11.0-pre.9 #1623

merged 1 commit into from
Jul 26, 2024

Commits on Jul 26, 2024

  1. digest v0.11.0-pre.9

    Due to circular dependencies, it was necessary to temporarily split
    `elliptic-curve` out of the workspace. It also can't currently resolve a
    solution for Cargo.lock due to `digest`.
    
    The main causes of this are crates like `sha2` and `sha3` which are
    circular `dev-dependencies` (i.e. between traits and hashes).
    
    This will temporarily break the build until we can do new releases of
    `sha2` and `sha3` as well as crates like `hmac` and `hkdf`. Once these
    have been released, we can put everything back into a single workspace.
    tarcieri committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a8ded4d View commit details
    Browse the repository at this point in the history