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

reth book: add instruction to update rust version #10308

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

bap2pecs
Copy link
Contributor

@bap2pecs bap2pecs commented Aug 14, 2024

I was following the book to build reth, but I got error

error: rustc 1.78.0 is not supported by the following packages:

then I found the GH README mentioned "The Minimum Supported Rust Version (MSRV) of this project is 1.80.0." but this is not in the book.

So I am adding it to the book to keep consistent. Also add the instructions for checking and updating rust version

Note: the trouble shooting section briefly mentioned if there is compile error, you can upgrade rust. but I think it's better to avoid such error in the first place.

@bap2pecs bap2pecs requested a review from gakonst as a code owner August 14, 2024 20:01
@bap2pecs bap2pecs changed the title add instruction to update rust version reth book: add instruction to update rust version Aug 14, 2024
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty

@@ -32,6 +32,9 @@ operating system:

These are needed to build bindings for Reth's database.

The Minimum Supported Rust Version (MSRV) of this project is 1.80.0. If you already have a version of Rust installed,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

making mental note that we always need to update this as well when we bump msrv

@mattsse mattsse added the C-docs An addition or correction to our documentation label Aug 14, 2024
@mattsse mattsse enabled auto-merge August 14, 2024 22:15
@mattsse mattsse added this pull request to the merge queue Aug 14, 2024
Merged via the queue into paradigmxyz:main with commit 97e153a Aug 14, 2024
35 checks passed
@bap2pecs bap2pecs deleted the doc/install-rust branch August 14, 2024 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-docs An addition or correction to our documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants