summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2023-08-05 10:17:58 -0700
committerWilfred Hughes <me@wilfred.me.uk>2023-08-05 10:17:58 -0700
commit2f3f0a875a54937cd4a0eecf3ecf664276c50aef (patch)
treef6b54b8e888574d48c1a1e68ff3d1e7369468e15
parentba92a93f9b48feadb1e46ca98e73b6cf2b53b9e2 (diff)
Add note about how MSRV is chosen
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d7ce38a2..598ce12aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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",