You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qwe@qwe-server:~/test/lotus/extern/filecoin-ffi/rust$ cargo update Updating https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git` index
error: failed to select a version for the requirement zeroize = "^0.9.3"
candidate versions found which didn't match: 1.3.0, 1.2.0, 1.1.1, ...
location searched: https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git index (which is replacing registry https://github.com/rust-lang/crates.io-index)
required by package dialoguer v0.7.1
... which is depended on by filecoin-proofs v5.4.0
... which is depended on by filecoin-proofs-api v5.4.1
... which is depended on by filcrypto v0.7.5 (/home/qwe/test/lotus/extern/filecoin-ffi/rust)
perhaps a crate was updated and forgotten to be re-vendored?`
Lotus is 1.6.0.
How should I fix this problem?
The text was updated successfully, but these errors were encountered:
qwe@qwe-server:~/test/lotus/extern/filecoin-ffi/rust$ cargo update Updating
https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git` indexerror: failed to select a version for the requirement
zeroize = "^0.9.3"
candidate versions found which didn't match: 1.3.0, 1.2.0, 1.1.1, ...
location searched:
https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git
index (which is replacing registryhttps://github.com/rust-lang/crates.io-index
)required by package
dialoguer v0.7.1
... which is depended on by
filecoin-proofs v5.4.0
... which is depended on by
filecoin-proofs-api v5.4.1
... which is depended on by
filcrypto v0.7.5 (/home/qwe/test/lotus/extern/filecoin-ffi/rust)
perhaps a crate was updated and forgotten to be re-vendored?`
Lotus is 1.6.0.
How should I fix this problem?
The text was updated successfully, but these errors were encountered: