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
error: failed to select a version for wasmparser. ... required by package near-cli-rs v0.17.0... which satisfies dependencynear-cli-rs = "^0.17.0"(locked to 0.17.0) of packagecargo-near v0.13.2 (/home/zanoth/training/near/cargo-near/cargo-near)... which satisfies path dependencycargo-near(locked to 0.13.2) of packagecargo-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
The text was updated successfully, but these errors were encountered:
Installing cargo-near v0.13.2 error: failed to select a version forwasmparser. ... required by package near-cli-rs v0.17.0... which satisfies dependencynear-cli-rs = "^0.17.0"(locked to 0.17.0) of packagecargo-near v0.13.2versions 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`
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.0the package
near-cli-rs
depends onwasmparser
, with features:indexmap
butwasmparser
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
The text was updated successfully, but these errors were encountered: