From 05c3a75ec7db4cc1dbdf0dd3d17a780c78d486fa Mon Sep 17 00:00:00 2001 From: Andrew Thomas Christensen Date: Wed, 3 Jan 2024 23:48:20 -0600 Subject: [PATCH] Allow newer crossterm and bump patch version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 92b32f7..3d08966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coolor" -version = "0.8.0" +version = "0.8.1" edition = "2021" authors = ["dystroy "] repository = "https://github.com/Canop/coolor" @@ -14,7 +14,7 @@ readme = "README.md" default = [] [dependencies] -crossterm = { optional=true, version="=0.23.2" } +crossterm = { optional=true, version=">=0.23.2" } [dev-dependencies] rand = { version = "0.8", features = ["std_rng"] }