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

Allow using bat-as-a-library with older syntect #898

Merged
merged 1 commit into from Mar 30, 2020
Merged

Allow using bat-as-a-library with older syntect #898

merged 1 commit into from Mar 30, 2020

Conversation

dtolnay
Copy link
Contributor

@dtolnay dtolnay commented Mar 30, 2020

Fixes #896. The "3.2.0" requirement means the same thing as >=3.2.0 <4.0.0. This way:

  • the bat application will continue using 3.3.0 as per the lockfile;
  • bat-as-a-library will pull in the most recent semver compatible version in that range just like before;
  • downstream code is free to pin older versions as needed.

@dtolnay dtolnay changed the title Allow use bat-as-a-library with older syntect Allow using bat-as-a-library with older syntect Mar 30, 2020
@sharkdp
Copy link
Owner

sharkdp commented Mar 30, 2020

Thank you for your contribution.

Happy to merge this, if the question in #896 (comment) can clarified.

@sharkdp sharkdp merged commit e7e1967 into sharkdp:master Mar 30, 2020
@dtolnay dtolnay deleted the syntect branch March 30, 2020 20:02
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.

Unbump the syntect dependency
2 participants