diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d9183..5a5888f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ ## Breaking ⚠️ - Remove `SetCursorShape` in favour of `SetCursorStyle`. (#742) - Make Windows resize event match `terminal::size` (#714) +- Rust 1.58 or later is now required. - Add key release event for windows. (#745) # Version 0.25.0 diff --git a/Cargo.toml b/Cargo.toml index aa23a87..1e55be7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ keywords = ["event", "color", "cli", "input", "terminal"] exclude = ["target", "Cargo.lock"] readme = "README.md" edition = "2021" +rust-version = "1.58.0" categories = ["command-line-interface", "command-line-utilities"] [lib]