We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some users are encountering a build error like this:
error: failed to select a version for the requirement `fvm_shared = "=3.6.0"` candidate versions found which didn't match: 2.6.0, 2.5.0, 2.4.0, ... location searched: crates.io index required by package `filcrypto v0.7.5 (/home/vit/lotus/extern/filecoin-ffi/rust)` + rm -f /home/vit/temp/tmp.AbKv4qKulH make[1]: *** [Makefile:14: .install-filcrypto] Error 101 make[1]: Leaving directory '/home/vit/lotus/extern/filecoin-ffi' make: *** [Makefile:41: build/.filecoin-install] Error 2 install -C ./lotus /usr/local/bin/lotus install: cannot stat './lotus': No such file or directory make: *** [Makefile:127: install-daemon] Error 1
Create a kb-article explaining how this can be fixed by running 'rustup update'
The text was updated successfully, but these errors were encountered:
That's kind of odd... We specify the rust version in rust-toolchain.toml, so we should always build with the correct version.
rust-toolchain.toml
Do you mean cargo update? If so, IMO, the best solution is git reset --hard (revert accidental changes to the Cargo.lock file).
cargo update
git reset --hard
Cargo.lock
Sorry, something went wrong.
rjan90
No branches or pull requests
Some users are encountering a build error like this:
Create a kb-article explaining how this can be fixed by running 'rustup update'
The text was updated successfully, but these errors were encountered: