-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
feat: setup rust-toolchain.toml
to use nightly by default
#698
Conversation
@ikrivosheev , @billy1624 not sure why we use sea-query/.github/workflows/rust.yml Lines 27 to 61 in edf747b
|
I think our default support target is always the latest stable. |
Gotcha! Will se if that can be configured via the toolchain file! |
Hi @tyt2y3! After reading through Im closing this to keep the inbox clear! |
Introduces
rust-toolchain.toml
which forcescargo
to use latest Nightly.This is useful for users using
stable
as the default toolchain, Rustupresponds to the presence of this file as follows: