Skip to content

Commit

Permalink
Replace prettytable with comfy-table
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPickering committed Apr 27, 2022
1 parent 8f4e473 commit 3caeb21
Show file tree
Hide file tree
Showing 11 changed files with 358 additions and 151 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ jobs:
matrix:
rust:
# If you update stable, make sure to update Cargo.toml
- "1.56"
- "1.58"
# If you update nightly, make sure to update rust-toolchain.toml
- nightly-2021-12-10
- nightly-2022-04-25
target:
# Don't bother testing all targets because linting should only be
# different for wasm vs non-wasm
- x86_64-unknown-linux-gnu
- wasm32-unknown-unknown
exclude:
- rust: "1.56"
- rust: "1.58"
target: wasm32-unknown-unknown
env:
# This overrides rust-toolchain.toml
Expand Down
Loading

0 comments on commit 3caeb21

Please sign in to comment.