ncmc icon indicating copy to clipboard operation
ncmc copied to clipboard

some dependencies got yanked

Open tabokie opened this issue 3 years ago • 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.

tabokie avatar Jan 16 '22 06:01 tabokie

I will rewrite and update this project recently.

magic-akari avatar Jan 16 '22 11:01 magic-akari