Skip to content

Commit

Permalink
Merge pull request #7 from simonrupf/dependabot/cargo/ratatui-0.27.0
Browse files Browse the repository at this point in the history
Bump ratatui from 0.26.3 to 0.27.0
  • Loading branch information
simonrupf authored Jul 6, 2024
2 parents a738ff9 + 165c486 commit e7d7fbc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
30 changes: 20 additions & 10 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.3", default-features = false, features = ['crossterm'] }
ratatui = { version = "0.27.0", default-features = false, features = ['crossterm'] }

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

0 comments on commit e7d7fbc

Please sign in to comment.