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 closes #2 #3

Closed marcelbuesing closed 4 years ago

marcelbuesing commented 4 years ago

Basically saves you from specifying the version.

So basically cargo build --release is then sufficient

rajasekarv commented 4 years ago

thanks @marcelbuesing