mirror of https://github.com/helix-editor/helix
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.pull/2554/head
parent
92df5a5425
commit
89c0998aee
@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "1.60.0"
|
||||
channel = "1.57.0"
|
||||
components = ["rustfmt", "rust-src"]
|
||||
|
Loading…
Reference in New Issue