Skip to content

Commit

Permalink
Merge pull request #73 from Nukesor/test-msrv
Browse files Browse the repository at this point in the history
fix: Bump and test msrv
  • Loading branch information
Nukesor committed Apr 3, 2022
2 parents 00cabc2 + b468f51 commit 3d0f472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- x86_64-pc-windows-msvc
- x86_64-apple-darwin
- wasm32-wasi
toolchain: [stable, nightly]
toolchain: [stable, nightly, 1.59]
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation = "https://docs.rs/comfy-table/"
license = "MIT"
keywords = ["terminal", "table", "unicode"]
readme = "README.md"
rust-version = "1.58"
rust-version = "1.59"
edition = "2021"

[badges]
Expand Down

0 comments on commit 3d0f472

Please sign in to comment.