TaKO8Ki / frum

A little bit fast and modern Ruby version manager written in Rust
MIT License
628 stars 15 forks source link

chore: Specify rust version #101

Closed kenoss closed 1 year ago

kenoss commented 2 years ago

Internal only changes: Add rust-toolchain file and specify what rust version should we use for cargo. (Especially, for local execution of test/format/lint.)

It is one of the best practices for rust projects and I think there's no special reason for this repository not to do.