mirror of
https://github.com/Automattic/harper.git
synced 2025-07-07 13:05:01 +00:00
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.
This commit is contained in:
parent
6b48ef7521
commit
e97719bec1
1 changed files with 3 additions and 0 deletions
3
rust-toolchain.toml
Normal file
3
rust-toolchain.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "stable"
|
||||
targets = ["wasm32-unknown-unknown"]
|
Loading…
Add table
Add a link
Reference in a new issue