Skip to content

Commit

Permalink
fix(deps): We do not use ci_info directly anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Sep 22, 2021
1 parent 205efec commit 6d14323
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ once_cell = "1.8.0"

owo-colors = { version = "2.0.0", optional = true }
atty = { version = "0.2.14", optional = true }
ci_info = { version = "0.14.2", optional = true }
textwrap = { version = "0.14.2", optional = true }
term_size = { version = "0.3.2", optional = true }
supports-hyperlinks = { version = "1.1.0", optional = true }
Expand All @@ -42,7 +41,6 @@ default = []
fancy = [
"owo-colors",
"atty",
"ci_info",
"textwrap",
"term_size",
"supports-hyperlinks",
Expand Down

0 comments on commit 6d14323

Please sign in to comment.