Closed scnerd closed 5 months ago
Closes #1005 .
Improves clarity for developers (particularly new ones) about which toolchain to use for Rust development.
Adds a trivial rust-toolchain.toml that specifies that this project uses the stable toolchain.
rust-toolchain.toml
stable
None
Which issue does this PR close?
Closes #1005 .
Rationale for this change
Improves clarity for developers (particularly new ones) about which toolchain to use for Rust development.
What changes are included in this PR?
Adds a trivial
rust-toolchain.toml
that specifies that this project uses thestable
toolchain.Are there any user-facing changes?
None