Skip to content

Commit db443b0

Browse files
WilfredTimonPost
andauthored
Specify and document MSRV for 0.26 (#798)
As of 318f810, crossterm uses RFC 2795 implicit named arguments, which shipped in Rust 1.58. Co-authored-by: Timon <[email protected]>
1 parent 10c54b0 commit db443b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
## Breaking ⚠️
2424
- Remove `SetCursorShape` in favour of `SetCursorStyle`. (#742)
2525
- Make Windows resize event match `terminal::size` (#714)
26+
- Rust 1.58 or later is now required.
2627
- Add key release event for windows. (#745)
2728

2829
# Version 0.25.0

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ keywords = ["event", "color", "cli", "input", "terminal"]
1010
exclude = ["target", "Cargo.lock"]
1111
readme = "README.md"
1212
edition = "2021"
13+
rust-version = "1.58.0"
1314
categories = ["command-line-interface", "command-line-utilities"]
1415

1516
[lib]

0 commit comments

Comments
 (0)