mirror of https://github.com/Wilfred/difftastic/
Bump MSRV to 1.63
In the past I've been more cautious, but this is the version supported by Debian Stable, and it's more than 12 months old. A decent number of dependencies are only tested against newer rustc versions (see e.g. the recent aho-coarasick pin due to no MSRV on that library). I've filed bugs in some cases, but upgrading rustc versions more aggressively should make this problem less common.pull/579/head^2
parent
54b6ff8d2e
commit
b9a1302e54
@ -1,4 +1,4 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.60"
|
channel = "1.63"
|
||||||
components = ["rustfmt"]
|
components = ["rustfmt"]
|
||||||
profile = "minimal"
|
profile = "minimal"
|
||||||
|
|||||||
Loading…
Reference in New Issue