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 fb77806
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ if let Some((Width(w), Height(h))) = size {
}
```

## Minimum Rust Version

This crate requires a minimum rust version of 1.63.0 (2022-08-11)

## License

Licensed under either of
Expand Down

0 comments on commit fb77806

Please sign in to comment.