0.13 prep (#305)
This commit is contained in:
parent
b0b184ad59
commit
5898769d9d
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "crossterm"
|
||||
version = "0.12.1"
|
||||
version = "0.13.0"
|
||||
authors = ["T. Post"]
|
||||
description = "An crossplatform terminal library for manipulating terminals."
|
||||
repository = "https://github.com/crossterm-rs/crossterm"
|
||||
@ -10,6 +10,7 @@ keywords = ["console", "color", "cursor", "input", "terminal"]
|
||||
exclude = ["target", "Cargo.lock"]
|
||||
readme = "README.md"
|
||||
edition = "2018"
|
||||
categories = ["Command-line interface", "Command line utilities"]
|
||||
|
||||
[features]
|
||||
default = ["cursor", "style", "terminal", "screen", "input"]
|
||||
|
Loading…
Reference in New Issue
Block a user