Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the required rust version for build in readme #3367

Closed
cryptoni9n opened this issue Mar 25, 2024 · 0 comments · Fixed by #3466
Closed

Update the required rust version for build in readme #3367

cryptoni9n opened this issue Mar 25, 2024 · 0 comments · Fixed by #3466

Comments

@cryptoni9n
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant