mirror of
https://github.com/Automattic/harper.git
synced 2025-12-05 19:26:55 -06:00
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.
4 lines
68 B
TOML
4 lines
68 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
targets = ["wasm32-unknown-unknown"]
|