Note the newer rustc requirement

pull/341/head
Wilfred Hughes 2022-08-12 12:39:00 +07:00
parent a5aa433277
commit 6ce0717447
2 changed files with 3 additions and 1 deletions

@ -2,6 +2,8 @@
### Build
Difftastic now requires Rust 1.57 to build.
Fixed build on Windows. Previously it would fail
non-deterministically.

@ -9,7 +9,7 @@ authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]
edition = "2018"
rust-version = "1.56.0"
rust-version = "1.57.0"
include = [
"/build.rs",
"/src/",