Closed EstebanBorai closed 1 year ago
Thanks!! @EstebanBorai Interesting stuff. Basically, this config will force cargo fmt
and cargo clippy
to execute the respective component in nightly version.
REF: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
Thanks!! @EstebanBorai Interesting stuff. Basically, this config will force
cargo fmt
andcargo clippy
to execute the respective component in nightly version.REF: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
Yes!!
Thanks!! @EstebanBorai Interesting stuff. Basically, this config will force
cargo fmt
andcargo clippy
to execute the respective component in nightly version.REF: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
@billy1624 can we merge this?
@billy1624 can we merge this?
Oh! I think I closed this by accident! Im sorry! Do you guys think it would be useful to have? I could reopen if thats the case!
Reopening here: #698 @ikrivosheev! I think this is helpful and improves DevEx
Provides a Toolchain File to control Rust version to use, currently the file points to Nightly Latest.
This facilitates contributors when running commands like
This is an update from: https://github.com/SeaQL/sea-query/pull/643