From 5898769d9d461535d62e59baf4c9f44ec06c5999 Mon Sep 17 00:00:00 2001 From: Timon Date: Sat, 2 Nov 2019 19:26:25 +0100 Subject: [PATCH] 0.13 prep (#305) --- Cargo.toml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df1546a..c990cd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/README.md b/README.md index dbff2ac..f49952f 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Click to show Cargo.toml. ```toml [dependencies] -crossterm = "0.12" +crossterm = "0.13" ```