rajasekarv / vega

A new arguably faster implementation of Apache Spark from scratch in Rust
Apache License 2.0
2.23k stars 205 forks source link

Add rust-toolchain file #2

Closed sanxiyn closed 4 years ago

sanxiyn commented 4 years ago

You can use the toolchain file to specify the nightly version.

See TiKV for an example, another project using nightly Rust.

rajasekarv commented 4 years ago

thanks @sanxiyn for suggesting this