Skip to content

Commit

Permalink
Merge pull request #3 from simonrupf/dependabot/cargo/ratatui-0.26.1
Browse files Browse the repository at this point in the history
Bump ratatui from 0.26.0 to 0.26.1
  • Loading branch information
simonrupf committed Mar 2, 2024
2 parents fec03d2 + 46b1e26 commit e028add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.72"
chrono = "0.4.33"
codepage-437 = "0.1.0"
crossterm = { version = "=0.27.0", default-features = false, features = ["windows", "events"] } # pin to the version depended on by tui
ratatui = { version = "0.26.0", default-features = false, features = ['crossterm'] }
ratatui = { version = "0.26.1", default-features = false, features = ['crossterm'] }

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

0 comments on commit e028add

Please sign in to comment.