Add a rust-toolchain file to better guide compilation with the corresponding rust version Like this: ``` [toolchain] # The toolchain used to compile the code channel = "nightly-2024-01-12" ```
Add a rust-toolchain file to better guide compilation with the corresponding rust version
Like this: