Skip to content

Commit

Permalink
Remove underlined text artifacts on Windows (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
mataha committed Jun 7, 2023
1 parent 1d64ae0 commit 157b221
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
anyhow = "1.0.32"
askama = { version = "0.12.0", default-features = false }
bincode = "1.3.1"
clap = { version = "4.0.0", features = ["derive"] }
clap = { version = "4.1.10", features = ["derive"] }
color-print = "0.3.4"
dirs = "5.0.0"
dunce = "1.0.1"
Expand All @@ -38,9 +38,9 @@ nix = { version = "0.26.1", default-features = false, features = [
which = "4.2.5"

[build-dependencies]
clap = { version = "4.0.0", features = ["derive"] }
clap_complete = "4.0.0"
clap_complete_fig = "4.0.0"
clap = { version = "4.1.10", features = ["derive"] }
clap_complete = "4.1.10"
clap_complete_fig = "4.1.10"
color-print = "0.3.4"

[dev-dependencies]
Expand Down

0 comments on commit 157b221

Please sign in to comment.