Commit 2c01b46
committed
chore(rustup): add rust-toolchain.toml config
Specify the latest compatible toolchain in the rust-toolchain.toml file.
This will give better stability in local development and CI, without
random breakages and new warning to solve.
Currently we use the beta channel for an issue in rust-analyzer on
1.85.1, where diagnostics are cleared. But we should move to the stable
channel on next release.
Signed-off-by: Joshua Chapman <joshua.chapman@secomind.com>1 parent a3a14d8 commit 2c01b46
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments