Skip to content

[Task] Installation #286

Open
Open
@izanoth

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 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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions