mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
89c0998aee
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.
4 lines
68 B
TOML
4 lines
68 B
TOML
[toolchain]
|
|
channel = "1.57.0"
|
|
components = ["rustfmt", "rust-src"]
|