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

fix: Bump syntect version to 1.7.0 and enable dump-load feature #253

Merged
merged 1 commit into from
Jul 4, 2017

Conversation

boxofrox
Copy link
Contributor

@boxofrox boxofrox commented Jul 3, 2017

Spoke with @trishume, and projects disabling syntect's default features
may run into API-breaking changes with minor version releases. Bind
crate to patch version to avoid further incidents.

Syntect v1.7 adds dump-load and dump-load-rs options. Select dump-load
since it's in syntect's default feature list and suspected to be
compatible with v1.5. Consider switching to dump-load-rs after
sufficient testing.

Install successfully tested via:

cd path/to/cobalt/fork
cargo install --path ./ cobalt-bin --feature=syntax-highlight

Fixes #252

Spoke with @trishume, and projects disabling syntect's default features
may run into API-breaking changes with minor version releases.  Bind
crate to patch version to avoid further incidents.

Syntect v1.7 adds dump-load and dump-load-rs options.  Select dump-load
since it's in syntect's default feature list and suspected to be
compatible with v1.5.  Consider switching to dump-load-rs after
sufficient testing.

Signed-off-by: Justin Charette <charetjc@gmail.com>
@epage epage merged commit 10a02cb into cobalt-org:master Jul 4, 2017
@boxofrox boxofrox deleted the fix/issue-252 branch July 6, 2017 18:08
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.

2 participants