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"