Skip to content

Commit

Permalink
Use 'is-terminal' >= 0.4.11 to decrease deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Mar 6, 2024
1 parent e8247a4 commit 61af1ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license = "MIT OR Apache-2.0"
categories = ["command-line-interface"]
rust-version = "1.63"
edition = "2021"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -27,4 +28,4 @@ alloc = []
_nightly = []

[dependencies]
is-terminal = { version = "0.4.7", optional = true }
is-terminal = { version = "0.4.11", optional = true }

0 comments on commit 61af1ac

Please sign in to comment.