Cargo error
cargo install metaboss
Updating crates.io index
Downloaded metaboss v0.42.0
Downloaded 1 crate (1.6 MB) in 5.68s
Installing metaboss v0.42.0
Updating crates.io index
error: failed to compile metaboss v0.42.0, intermediate artifacts can be found at /tmp/cargo-installyfT9LC.
To reuse those artifacts with a future compilation, set the environment variable CARGO_TARGET_DIR to that path.
Caused by:
failed to select a version for the requirement spl-pod = "^0.1.1"
candidate versions found which didn't match: 0.3.0, 0.2.2, 0.1.0
location searched: crates.io index
required by package metaboss v0.42.0
perhaps a crate was updated and forgotten to be re-vendored?
Version:
rustc --version
rustc 1.79.0 (129f3b996 2024-06-10)
cargo --version
cargo 1.79.0 (ffa9cf99a 2024-06-03)
cargo install metaboss Updating crates.io index Downloaded metaboss v0.42.0 Downloaded 1 crate (1.6 MB) in 5.68s Installing metaboss v0.42.0 Updating crates.io index error: failed to compile
metaboss v0.42.0, intermediate artifacts can be found at/tmp/cargo-installyfT9LC. To reuse those artifacts with a future compilation, set the environment variableCARGO_TARGET_DIRto that path.Caused by: failed to select a version for the requirement
spl-pod = "^0.1.1"candidate versions found which didn't match: 0.3.0, 0.2.2, 0.1.0 location searched: crates.io index required by packagemetaboss v0.42.0perhaps a crate was updated and forgotten to be re-vendored? Version: rustc --version rustc 1.79.0 (129f3b996 2024-06-10) cargo --version cargo 1.79.0 (ffa9cf99a 2024-06-03)
Run install with --locked: cargo install metaboss --locked or use the install script.
Actually fixed it already by changing git cloning, editing toml file to spl-pod = 0.1.0 and cargo install .. Kept issue open in case you might want to edit toml file and push updates to fix this issue