RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.75k stars 238 forks source link

can't build `md-5@0.11.0-pre.2` #557

Closed StackOverflowExcept1on closed 5 months ago

StackOverflowExcept1on commented 5 months ago
error[E0432]: unresolved import `digest::array::ArrayOps`
  --> /home/.../.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.11.0-pre.2/src/lib.rs:17:5
   |
17 |     array::ArrayOps,
   |     ^^^^^^^^^^^^^^^ no `ArrayOps` in the root

For more information about this error, try `rustc --explain E0432`.
error: could not compile `md-5` (lib) due to previous error
tarcieri commented 5 months ago

This is fixed in git although we haven't cut another release yet