magic-akari/ncmc

some dependencies got yanked

tabokie opened this issue · 1 comments

Fail to compile under Windows:

> cargo install ncmc
    Updating crates.io index
  Installing ncmc v0.1.10
error: failed to compile `ncmc v0.1.10`, intermediate artifacts can be found at `C:\Users\xytao\AppData\Local\Temp\cargo-installv5FHL8`

Caused by:
  failed to select a version for the requirement `aes = "^0.3.2"`
  candidate versions found which didn't match: 0.7.5, 0.7.4, 0.7.3, ...
  location searched: crates.io index
  required by package `ncmc v0.1.10`

Turns out that aes 0.3.2 got yanked and can't be installed. We should probably update the README to use cargo install --locked or update the dependencies.

I will rewrite and update this project recently.