apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.39k stars 181 forks source link

Add rust-toolchain.toml for clarity #1014

Closed scnerd closed 2 weeks ago

scnerd commented 2 months ago

Which issue does this PR close?

Closes #1005 .

Rationale for this change

Improves clarity for developers (particularly new ones) about which toolchain to use for Rust development.

What changes are included in this PR?

Adds a trivial rust-toolchain.toml that specifies that this project uses the stable toolchain.

Are there any user-facing changes?

None