Skip to content

Commit

Permalink
chore(deps): bump ratatui to 0.26.1
Browse files Browse the repository at this point in the history
bumps msrv to 1.70

This necessitated 3 changes to the codebase:
- `Spans` was renamed to the more ergonomic `Line` type.
- `Frame` no longer requires a backend type parameter.
- `Table::new` requires a widths parameter, so we use
  `Table::default().rows(rows)` instead of `Table::new(rows)`.
  • Loading branch information
joshka committed Apr 1, 2024
1 parent af2ba7c commit 1f9c92a
Show file tree
Hide file tree
Showing 23 changed files with 763 additions and 687 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
rust: [stable]
include:
# Make 1.64 MSRV, as it's Tonic 0.10's MSRV.
- rust: 1.64.0
- rust: 1.70.0
os: ubuntu-latest
# Try to build on the latest nightly. This job is allowed to fail, but
# it's useful to help catch bugs in upcoming Rust versions.
Expand Down
Loading

0 comments on commit 1f9c92a

Please sign in to comment.