helix-mods/.github/workflows/msrv-rust-toolchain.toml
Michael Davis 89c0998aee lower MSRV to 1.57.0
This line uses the Display trait for io::ErrorKind which was
stabilized in Rust 1.60.0. We can set MSRV all the way back to
1.57.0 by replacing it with a pretty-print.

Closes #2460.
2022-05-24 01:05:19 +09:00

4 lines
68 B
TOML

[toolchain]
channel = "1.57.0"
components = ["rustfmt", "rust-src"]