cjdelisle / packetcrypt_rs

PacketCrypt in Rust
53 stars 43 forks source link

tooling: set rustup toolchain override #6

Closed dvn0 closed 3 years ago

dvn0 commented 3 years ago

To ensure that the "stable" channel of the Rust toolchain is used, we can use a rust-toolchain file which will set the toolchain to stable when cargo is run in the project dir.

Reference: https://github.com/rust-lang/rustup/blob/master/doc/src/overrides.md#the-toolchain-file