Skip to content

Commit

Permalink
feat: Use stable ratatui version
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Feb 19, 2024
1 parent c5d12ba commit 1e9a9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/crates-tui-tutorial-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crossterm = { version = "0.27.0", features = ["serde", "event-stream"] }
futures = "0.3.28"
itertools = "0.12.0"
log = "0.4.20"
ratatui = { version = "0.26.1-alpha.0", features = ["serde", "macros"] }
ratatui = { version = "0.26.1", features = ["serde", "macros"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio-stream = "0.1.14"
tui-input = "0.8.0"

0 comments on commit 1e9a9bd

Please sign in to comment.