-
Notifications
You must be signed in to change notification settings - Fork 105
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
Installation with syntax highlighting fails #252
Comments
Ouch. Thanks for reporting this. I've reproduced this on my machine as well. Things that need to be looked into
|
I cloned If I bump the Looks like [1]: https://github.com/trishume/syntect/blob/v1.7.0/src/dumps.rs#L98 Not sure why |
Not a bug in The
According to the cargo docs [1]...
...and v1.7 is considered a valid and backward-compatible version in accordance with semver.org.
PR 84 [2] added the new [1]: http://doc.crates.io/specifying-dependencies.html#caret-requirements |
I find the recommendation for |
I hadn't considered that angle. Checking in From a unix perspective, it makes sense for software to take advantage of the latest compatible library versions, and cargo's reliance on semver compliance would facilitate that. |
Hi,
I'm trying to install cobal with
cargo install cobalt-bin --features="syntax-highlight"
, but the build fails:The text was updated successfully, but these errors were encountered: