Skip to content

Commit 3d3b8b3

Browse files
committed
fix: pin ratatui ecosystem deps to compatible versions
tui-tree-widget 0.24 depends on ratatui-core/ratatui-widgets (ratatui 0.30 ecosystem), while tui-textarea 0.6 depends on ratatui 0.28. This caused two incompatible versions of ratatui to coexist, resulting in type mismatches for Block and Widget traits. Pin ratatui to 0.29, tui-tree-widget to 0.23, tui-textarea to 0.7, and crossterm to 0.28 so that all crates share the same ratatui version.
1 parent 8744b14 commit 3d3b8b3

File tree

3 files changed

+294
-165
lines changed

3 files changed

+294
-165
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ target/
1313
# Added by cargo
1414

1515
/target
16+
17+
/.vscode

0 commit comments

Comments
 (0)