Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MSRV to 1.70.0 #2651

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Bump MSRV to 1.70.0 #2651

merged 1 commit into from
Sep 1, 2023

Conversation

mataha
Copy link
Contributor

@mataha mataha commented Aug 28, 2023

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.

Copy link
Collaborator

@Enselic Enselic left a comment

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?

Cargo.toml Outdated Show resolved Hide resolved
@Enselic
Copy link
Collaborator

Enselic commented Aug 29, 2023

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 <[email protected]>
@mataha
Copy link
Contributor Author

mataha commented Aug 31, 2023

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