Skip to content

Commit 6397660

Browse files
Copilot0xrinegade
andcommitted
Fix edition2024 build error by downgrading ratatui to stable version
Co-authored-by: 0xrinegade <[email protected]>
1 parent 82aac72 commit 6397660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ thiserror = "2.0.12"
2323
ssh2 = "0.9.5"
2424
tabular = "0.2.0"
2525
prettytable-rs = "0.10.0"
26-
ratatui = "0.30.0-alpha.2"
26+
ratatui = "0.29.0"
2727
crossterm = "0.28.1"
2828
chrono = "0.4.40"
2929
tui-logger = "0.17.0"

0 commit comments

Comments
 (0)