@@ -19,7 +19,7 @@ crossterm = { version = "0.28.1" }
19
19
derive_builder = " 0.20.2"
20
20
derive-getters = " 0.5.0"
21
21
derive_setters = " 0.1.6"
22
- document-features = " 0.2.10 "
22
+ document-features = " 0.2.11 "
23
23
futures = " 0.3.31"
24
24
itertools = " 0.14.0"
25
25
indoc = " 2.0.5"
@@ -46,7 +46,7 @@ nursery = "warn"
46
46
[package ]
47
47
name = " tui-widgets"
48
48
description = " A collection of useful widgets for building terminal user interfaces using Ratatui"
49
- version = " 0.4.1 "
49
+ version = " 0.5.0-alpha.0 "
50
50
documentation = " https://docs.rs/tui-widgets"
51
51
52
52
authors.workspace = true
@@ -86,10 +86,10 @@ scrollview = ["tui-scrollview"]
86
86
87
87
[dependencies ]
88
88
document-features.workspace = true
89
- tui-big-text = { version = " 0.7 .0" , path = " tui-big-text" , optional = true }
90
- tui-box-text = { version = " 0.2 .0" , path = " tui-box-text" , optional = true }
91
- tui-cards = { version = " 0.2 .0" , path = " tui-cards" , optional = true }
92
- tui-popup = { version = " 0.6 .0" , path = " tui-popup" , optional = true }
93
- tui-prompts = { version = " 0.5 .0" , path = " tui-prompts" , optional = true }
94
- tui-qrcode = { version = " 0.1 .0" , path = " tui-qrcode" , optional = true }
95
- tui-scrollview = { version = " 0.5.1 " , path = " tui-scrollview" , optional = true }
89
+ tui-big-text = { version = " 0.8.0-alpha .0" , path = " tui-big-text" , optional = true }
90
+ tui-box-text = { version = " 0.3.0-alpha .0" , path = " tui-box-text" , optional = true }
91
+ tui-cards = { version = " 0.3.0-alpha .0" , path = " tui-cards" , optional = true }
92
+ tui-popup = { version = " 0.7.0-alpha .0" , path = " tui-popup" , optional = true }
93
+ tui-prompts = { version = " 0.6.0-alpha .0" , path = " tui-prompts" , optional = true }
94
+ tui-qrcode = { version = " 0.2.0-alpha .0" , path = " tui-qrcode" , optional = true }
95
+ tui-scrollview = { version = " 0.6.0-alpha.0 " , path = " tui-scrollview" , optional = true }
0 commit comments