Skip to content

Commit

Permalink
Add note about how MSRV is chosen
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Aug 5, 2023
1 parent ba92a93 commit 2f3f0a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ authors = ["Wilfred Hughes <[email protected]>"]
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",
Expand Down

0 comments on commit 2f3f0a8

Please sign in to comment.