0.13 prep (#305)

This commit is contained in:
Timon 2019-11-02 19:26:25 +01:00 committed by GitHub
parent b0b184ad59
commit 5898769d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "crossterm" name = "crossterm"
version = "0.12.1" version = "0.13.0"
authors = ["T. Post"] authors = ["T. Post"]
description = "An crossplatform terminal library for manipulating terminals." description = "An crossplatform terminal library for manipulating terminals."
repository = "https://github.com/crossterm-rs/crossterm" repository = "https://github.com/crossterm-rs/crossterm"
@ -10,6 +10,7 @@ keywords = ["console", "color", "cursor", "input", "terminal"]
exclude = ["target", "Cargo.lock"] exclude = ["target", "Cargo.lock"]
readme = "README.md" readme = "README.md"
edition = "2018" edition = "2018"
categories = ["Command-line interface", "Command line utilities"]
[features] [features]
default = ["cursor", "style", "terminal", "screen", "input"] default = ["cursor", "style", "terminal", "screen", "input"]

View File

@ -97,7 +97,7 @@ Click to show Cargo.toml.
```toml ```toml
[dependencies] [dependencies]
crossterm = "0.12" crossterm = "0.13"
``` ```
</details> </details>