Skip to content

Bump MSRV to 1.70.0#2651

Merged
Enselic merged 1 commit into
sharkdp:masterfrom
mataha:feat/bump-msrv
Sep 1, 2023
Merged

Bump MSRV to 1.70.0#2651
Enselic merged 1 commit into
sharkdp:masterfrom
mataha:feat/bump-msrv

Conversation

@mataha

@mataha mataha commented Aug 28, 2023

Copy link
Copy Markdown
Contributor

The intention is to take advantage of std::io::IsTerminal that landed in 1.70.0, both in bat and its dependencies (clap, grep-cli).

This will fix #2570 as well - grep-cli 0.1.9 has a patch for that.

@Enselic Enselic left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am strongly in favor of this change. But can you please undo your changes that made some multi line dependency declarations single line?

Comment thread Cargo.toml Outdated
@Enselic

Enselic commented Aug 29, 2023

Copy link
Copy Markdown
Collaborator

Thanks! Looks good to me. Also please add an entry about the MSRV bump in CHANGELOG.md.

Once that is done I think we should merge this. A change like this tends to conflict with other changes over time. @sharkdp has previously said that it is fine to bump MSRV as soon as we have the slightest reason to bump it.

The intention is to take advantage of `std::io::IsTerminal` that landed
in 1.70.0, both in `bat` and its dependencies (`clap`, `grep-cli`).

This will fix #2570 as well - `grep-cli` 0.1.9 has a patch for that.

Signed-off-by: mataha <mataha@users.noreply.github.com>
@mataha

mataha commented Aug 31, 2023

Copy link
Copy Markdown
Contributor Author

Thanks! Looks good to me. Also please add an entry about the MSRV bump in CHANGELOG.md.

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bat refuses to page content

2 participants