Skip to content

Commit

Permalink
Pin is-terminal to 0.4.7 to maintain MSRV.
Browse files Browse the repository at this point in the history
`is-terminal` 0.4.8 updated the MSRV to 1.63 and this crate is
at 1.56, so we have to stick with 0.4.7.
  • Loading branch information
waywardmonkeys committed Sep 18, 2023
1 parent 59e97ae commit 440ec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ once_cell = "1.8.0"
unicode-width = "0.1.9"

owo-colors = { version = "3.0.0", optional = true }
is-terminal = { version = "0.4.0", optional = true }
is-terminal = { version = "=0.4.7", optional = true } # Locked at 0.4.7 due to MSRV
textwrap = { version = "0.15.0", optional = true }
supports-hyperlinks = { version = "2.0.0", optional = true }
supports-color = { version = "2.0.0", optional = true }
Expand Down

0 comments on commit 440ec54

Please sign in to comment.