-
Notifications
You must be signed in to change notification settings - Fork 6
Stable rust toolchain migration #869
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
Conversation
JasonTulp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
| - name: Check out | ||
| uses: actions/checkout@v3 | ||
| - name: Install toolchain | ||
| run: rustup show |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why get rid of rustup show line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesnt actually install the toolchain; just shows it. Using GH action instead to deterministically install the correct toolchain.
surangap
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Context
Ideally we should migrate to stable rust for toolchain stability; this PR achieves that.
rust-toolchain.tomlrustfmt.tomlas nightly; hence there's a bunch of formatting changes in this PR.rsfiles are formatting changes due to the toolchain updatexrpl-sdk-rustmain branch supports stable, hence the dep is updated it point to that branch; diff here