Skip to content

Instantly share code, notes, and snippets.

@derpsteb
Created October 21, 2021 07:24
Show Gist options
  • Save derpsteb/852d9827dc8eac323fcf4119e45ba2db to your computer and use it in GitHub Desktop.
Save derpsteb/852d9827dc8eac323fcf4119e45ba2db to your computer and use it in GitHub Desktop.
install_error
vagrant@oreminer:/vagrant/oreboot$ cargo --version
cargo 1.49.0-nightly (dd83ae55c 2020-10-20)
vagrant@oreminer:/vagrant/oreboot$ cargo install --version 0.3.2 cargo-binutils
Updating crates.io index
Installing cargo-binutils v0.3.2
error: failed to compile `cargo-binutils v0.3.2`, intermediate artifacts can be found at `/tmp/cargo-installFYyhhZ`
Caused by:
failed to download `object v0.27.0`
Caused by:
unable to get packages from source
Caused by:
failed to parse manifest at `/home/vagrant/.cargo/registry/src/github.com-1ecc6299db9ec823/object-0.27.0/Cargo.toml`
Caused by:
feature `resolver` is required
consider adding `cargo-features = ["resolver"]` to the manifest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment