Skip to content

Commit

Permalink
Merge pull request #60 from cgwalters/msrv-in-cargo
Browse files Browse the repository at this point in the history
Add `rust-version` in Cargo.toml
  • Loading branch information
eminence authored Sep 18, 2023
2 parents 2983b7b + 3bbb9e2 commit b15c997
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 b15c997

Please sign in to comment.