Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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