Skip to content

Commit

Permalink
Add rust-version in Cargo.toml
Browse files Browse the repository at this point in the history
cc eminence#59

This is the standard way to encode MSRV and in the future
may be read by more tooling.
  • Loading branch information
cgwalters committed Sep 18, 2023
1 parent 2983b7b commit 3bbb9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3bbb9e2

Please sign in to comment.