Skip to content

Commit

Permalink
digest v0.11.0-pre.9 (#1623)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tarcieri authored Jul 26, 2024
1 parent 2783387 commit 350a3b2
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 333 deletions.
Loading

0 comments on commit 350a3b2

Please sign in to comment.