Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed0bfc7

Browse files
committed
Make sure the correct version of crosstermion is used
1 parent 50fd287 commit ed0bfc7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ trash = { version = "2.1.5", optional = true, default-features = false, features
3232

3333
# 'tui' related
3434
unicode-segmentation = { version = "1.3.0", optional = true }
35-
crosstermion = { optional = true, version = "0.10.0", default-features = false }
35+
crosstermion = { version = "0.10.1", default-features = false, optional = true }
3636
tui = { version = "0.19.0", optional = true, default-features = false }
3737
tui-react = { version = "0.19.0", optional = true }
3838
open = { version = "3.0", optional = true }

0 commit comments

Comments
 (0)