Files
harper/rust-toolchain.toml
Fisher Darling e97719bec1 feat: enforce stable rust with a rust-toolchain.toml
This commit adds a rust-toolchain.toml which helps maintain
the compiler version across users. We don't pin the latest
version, assuming that stable rust does not have too many
breaking changes across versions. Although new clippy lints
will always probably cause some problems.
2024-09-27 08:28:57 +02:00

4 lines
68 B
TOML

[toolchain]
channel = "stable"
targets = ["wasm32-unknown-unknown"]