Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump crossterm from 0.19.0 to 0.20.0 #102

Merged
merged 1 commit into from
Jun 20, 2021
Merged

Bump crossterm from 0.19.0 to 0.20.0 #102

merged 1 commit into from
Jun 20, 2021

Conversation

yykamei
Copy link
Owner

@yykamei yykamei commented Jun 20, 2021

Close #97

Summary:

Bump crossterm from 0.19.0 to 0.20.0. This requires extra work to remove
impl From<crossterm::ErrorKind> for Error because crossterm::ErrorKind
became just an alias of io::Error. We don't have to convert crossterm
specific errors. See crossterm-rs/crossterm#553
for more details.

Release note:

https://github.com/crossterm-rs/crossterm/releases

Changelog:

https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md

Summary:

Bump crossterm from 0.19.0 to 0.20.0. This requires extra work to remove
`impl From<crossterm::ErrorKind> for Error` because `crossterm::ErrorKind`
became just an alias of `io::Error`. We don't have to convert crossterm
specific errors. See crossterm-rs/crossterm#553
for more details.

Release note:

https://github.com/crossterm-rs/crossterm/releases

Changelog:

https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md
@yykamei yykamei added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 20, 2021
@@ -10,7 +10,7 @@ edition = "2018"
version = "0.2.0"

[dependencies]
crossterm = { version = "0.19.0", default-features = false }
crossterm = "0.20.0"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also changed the version declaration for more simplicity. So far, the default feature of crossterm seems empty.

@yykamei yykamei merged commit 4518ffc into main Jun 20, 2021
@yykamei yykamei deleted the bump-crossterm branch June 20, 2021 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant