Skip to content

Commit

Permalink
Bump version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atezet committed Oct 4, 2024
1 parent ef3b3b4 commit 0bb8291
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MPL-2.0"
Expand All @@ -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"
Expand Down

0 comments on commit 0bb8291

Please sign in to comment.