Skip to content

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