Skip to content

Update the required rust version for build in readme #3367

@cryptoni9n

Description

@cryptoni9n

Currently, the readme states:

ord requires rustc version 1.67.0 or later. Run rustc --version to ensure you have this version.

When trying to build ord from source, the following message is received:


error: package `clap_builder v4.5.2` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.72.0
Either upgrade to rustc 1.74 or newer, or use
cargo update -p clap_builder@4.5.2 --precise ver
where `ver` is the latest version of `clap_builder` supporting rustc 1.72.0

running rustup update and updating to 1.77.0 bypasses this error.

Metadata

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