dpc / rdedup

Data deduplication engine, supporting optional compression and public key encryption.
834 stars 43 forks source link

Can't build rdedup: failed to select a version for the requirement `crypto-mac = "^0.5"` #202

Closed azzamsa closed 3 years ago

azzamsa commented 3 years ago

Hi, I have trouble installing rdedup.

❯ cargo install rdedup -f
    Updating crates.io index
  Installing rdedup v3.1.1
error: failed to compile `rdedup v3.1.1`, intermediate artifacts can be found at `/tmp/cargo-installKFZt5C`

Caused by:
  failed to select a version for the requirement `crypto-mac = "^0.5"`
  candidate versions found which didn't match: 0.11.1, 0.11.0, 0.10.1, ...
  location searched: crates.io index
  required by package `blake2 v0.7.0`
      ... which is depended on by `rdedup-lib v3.1.0`
      ... which is depended on by `rdedup v3.1.1`
❯ macchina
    Kernel    —  Linux 5.10.0-8-amd64
    Distro    —  Debian GNU/Linux
    WM        —  i3
    Shell     —  /usr/bin/fish
    Terminal  —  Tmux: server

❯ rustc --version
rustc 1.54.0 (a178d0322 2021-07-26)
azzamsa commented 3 years ago

possible duplicate https://github.com/dpc/rdedup/issues/198