Skip to content

Commit

Permalink
Don't implicitly pull in termion! Kills windows build reliably…
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 6, 2020
1 parent 676c6a9 commit d57cdca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ colored = "1.9.3"
# 'tui' related
unicode-segmentation = { version = "1.3.0", optional = true }
crosstermion = { optional = true, version = "0.1.3", default-features = false }
tui = { version = "0.9.1", optional = true }
tui = { version = "0.9.1", optional = true, default-features = false }
tui-react = { version = "0.4", optional = true }
open = { version = "1.2.2", optional = true }

Expand Down
3 changes: 0 additions & 3 deletions Cargo.toml.windows-suffix

This file was deleted.

0 comments on commit d57cdca

Please sign in to comment.