Toolchain Pinning

rust-toolchain.toml is useful for tool pinning, you can learn about it here.

An example would be:

[toolchain]
profile = "default"
channel = "1.74.0"