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

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jul 26, 2024

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 elliptic-curve's Cargo.lock due to digest. Excluding elliptic-curve, all of the other crates work.

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 elliptic-curve 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.

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 tarcieri merged commit 350a3b2 into master Jul 26, 2024
76 of 84 checks passed
@tarcieri tarcieri deleted the digest/v0.11.0-pre.9 branch July 26, 2024 20:00
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.

1 participant