From 3bbb9e211a5628e0e24518ef9dcc12116d896607 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 18 Sep 2023 11:52:13 -0400 Subject: [PATCH] Add `rust-version` in Cargo.toml cc https://github.com/eminence/terminal-size/issues/59 This is the standard way to encode MSRV and in the future may be read by more tooling. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 62f9fe1..cdead90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ repository = "https://github.com/eminence/terminal-size" keywords = ["terminal", "console", "term", "size", "dimensions"] license = "MIT OR Apache-2.0" edition = "2021" +rust-version = "1.63" [target.'cfg(not(windows))'.dependencies]