Skip to content

Commit

Permalink
Merge pull request #6 from simonrupf/dependabot/cargo/ratatui-0.26.3
Browse files Browse the repository at this point in the history
Bump ratatui from 0.26.2 to 0.26.3
  • Loading branch information
simonrupf authored Jun 2, 2024
2 parents 888d3ee + d92301b commit b0970f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.74"
chrono = "0.4.38"
codepage-437 = "0.1.0"
crossterm = { version = "=0.27.0", default-features = false, features = ["windows", "events"] } # pin to the version depended on by ratatui
ratatui = { version = "0.26.2", default-features = false, features = ['crossterm'] }
ratatui = { version = "0.26.3", default-features = false, features = ['crossterm'] }

[profile.release]
opt-level = 'z' # Optimize for size.
Expand Down

0 comments on commit b0970f4

Please sign in to comment.