Skip to content

Commit

Permalink
Fix build (use the latest version of crosstermion, too)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 2, 2021
1 parent 1ddbeae commit b675446
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 41 deletions.
52 changes: 15 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ colored = "2.0.0"

# 'tui' related
unicode-segmentation = { version = "1.3.0", optional = true }
crosstermion = { optional = true, version = "0.6.0", default-features = false }
crosstermion = { optional = true, version = "0.7.0", default-features = false }
tui = { version = "0.15.0", optional = true, default-features = false }
tui-react = { version = "0.15.0", optional = true }
open = { version = "1.2.2", optional = true }
Expand All @@ -53,6 +53,3 @@ build-override = { opt-level = 0 }

[dev-dependencies]
pretty_assertions = "0.6.1"

[workspace]
members = ["tui-react"]

0 comments on commit b675446

Please sign in to comment.