Description
Background
Dependecies issue on cargo-near installation
error: failed to select a version for
wasmparser. ... required by package
near-cli-rs v0.17.0... which satisfies dependency
near-cli-rs = "^0.17.0"(locked to 0.17.0) of package
cargo-near v0.13.2 (/home/zanoth/training/near/cargo-near/cargo-near)... which satisfies path dependency
cargo-near(locked to 0.13.2) of package
cargo-near-integration-tests v0.1.0 (/home/zanoth/training/near/cargo-near/integration-tests)versions that meet the requirements
^0.217` (locked to 0.217.0) are: 0.217.0
the package near-cli-rs
depends on wasmparser
, with features: indexmap
but wasmparser
does not have these features.
It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.
failed to select a version for wasmparser
which could resolve this conflict`
User Story
Studying Rust for deploying smart contracts.
Acceptance Criteria
Get near-cargo installed
Resources & Additional Notes
No response
Priority
🟢 P9 : undefined