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

Skip to content

Commit a70e96d

Browse files
committed
update to tui 0.12
1 parent 0606d46 commit a70e96d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ parking_lot = { version = "0.11.0", optional = true, default-features = false }
7070
log = { version = "0.4.8", optional = true }
7171

7272
# render-tui
73-
tui = { version = "0.10.0", optional = true, default-features = false }
74-
tui-react = { version = "0.10.0", optional = true }
73+
tui = { version = "0.12.0", optional = true, default-features = false }
74+
tui-react = { version = "0.12.0", optional = true }
7575
futures-core = { version = "0.3.4", optional = true, default-features = false }
7676
futures-lite = { version = "1.5.0", optional = true }
7777
humantime = { version = "2.0.0", optional = true }
7878
unicode-segmentation = { version = "1.6.0", optional = true }
7979
unicode-width = { version = "0.1.7", optional = true }
80-
crosstermion = { version = "0.3.0", optional = true, default-features = false }
80+
crosstermion = { version = "0.4.0", optional = true, default-features = false }
8181
async-io = { version = "1.0.0", optional = true }
8282

8383
# localtime support for render-tui

0 commit comments

Comments
 (0)