Add note about how MSRV is chosen

syntax_id
Wilfred Hughes 2023-08-05 10:17:58 +07:00
parent ba92a93f9b
commit 2f3f0a875a
1 changed files with 3 additions and 0 deletions

@ -9,6 +9,9 @@ authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]
edition = "2021"
# Goal: support at least 12 months of Rust versions, and also the Rust
# version on Debian stable:
# https://tracker.debian.org/pkg/rustc
rust-version = "1.58.0"
include = [
"/build.rs",