Skip to content

Commit

Permalink
meta: Bump rust version to v1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Jun 6, 2023
1 parent 4e2e5fd commit 45abeef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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, 1.62]
toolchain: [stable, nightly, 1.64]
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
To fix this, these enums are now mirrored and internally mapped to their crossterm equivalents, which allows us to safely bump crossterm whenever a new version is released.
This change will only affect you if your projects explicitly use crossterm and comfy-table at the same time **and** feed crossterm's native types into comfy-table.

This change allows us to bump the crossterm dependency in the future, without having to release a major version.
If one wants the old behavior for convenience reasons, this can be enabled via a feature flag.
However, **this is also a opt-in to potential breaking changes on minor/patch versions**.
- Bump minimum version to v1.64

### Added

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.62"
rust-version = "1.64"
edition = "2021"

[badges]
Expand Down

0 comments on commit 45abeef

Please sign in to comment.