From 0bb8291aec546b2f9adf3d958b44c30f6dd420bc Mon Sep 17 00:00:00 2001 From: Arjen <4867268+atezet@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:30:08 +0200 Subject: [PATCH] Bump version to 3.0 --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d873024..a21e507 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "colored" description = "The most simple way to add colors in your terminal" -version = "2.1.0" +version = "3.0.0" edition = "2021" authors = ["Thomas Wickham "] license = "MPL-2.0" @@ -18,10 +18,7 @@ no-color = [] [target.'cfg(windows)'.dependencies.windows-sys] version = "0.48" -features = [ - "Win32_Foundation", - "Win32_System_Console", -] +features = ["Win32_Foundation", "Win32_System_Console"] [dev_dependencies] ansi_term = "0.12"