Skip to content

Commit

Permalink
fix(linux): Debug dump broke syntect build
Browse files Browse the repository at this point in the history
It isn't entirely clear why this happened.  Somehow, this caused syntect
and yaml-rust to start erroring about mismatched map data types.

It turns out, the yaml feature isn't needed, so its being disabled.
  • Loading branch information
epage committed Jun 24, 2017
1 parent fec65b3 commit 3825a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ default-features = false
[dependencies.syntect]
version = "1.5"
optional = true
features = ["static-onig"]
default-features = false
features = ["parsing", "assets", "html", "static-onig"]

[dev-dependencies]
assert_cli = "0.3"
Expand Down

0 comments on commit 3825a7e

Please sign in to comment.