cfnts icon indicating copy to clipboard operation
cfnts copied to clipboard

`cargo update` failed.

Open IceCodeNew opened this issue 4 years ago • 4 comments
trafficstars

cargo update failed.

  • Log
Cloning into '/git/cfnts'...
Updating crates.io index
error: failed to select a version for the requirement `zeroize = "^0.5"`
candidate versions found which didn't match: 1.3.0, 1.2.0, 1.1.1, ...
location searched: crates.io index required by package `miscreant v0.4.2` ...
which is depended on by `cfnts v2019.6.0 (/git/cfnts)`

IceCodeNew avatar Apr 24 '21 07:04 IceCodeNew

Could you please describe the complete series of steps? It sounds like you cloned this repo, cd in, and then ran cargo update. Is that correct? I'll try to take a look sometime this week: patches welcome if you figure out what busted earlier.

wbl avatar Apr 24 '21 15:04 wbl

Could you please describe the complete series of steps? It sounds like you cloned this repo, cd in, and then ran cargo update. Is that correct?

Yep. the commands I issued was just git clone https://github.com/cloudflare/cfnts.git & cargo update --verbose

IceCodeNew avatar Apr 25 '21 02:04 IceCodeNew

Which version of cargo? I didn't have the same problem (and sorry for letting this linger)

wbl avatar Oct 08 '21 18:10 wbl

Which version of cargo? I didn't have the same problem (and sorry for letting this linger)

The version comes with rust 1.51.0. As it is already 6mo ago and all CI logs are emptied. I can only tell that the cargo version should be the same as the version install by the rustup default install then.

IceCodeNew avatar Oct 12 '21 03:10 IceCodeNew