Skip to content

Commit

Permalink
Merge pull request #199 from lambda-fairy/feature-flags
Browse files Browse the repository at this point in the history
Set explicit features on syntect
  • Loading branch information
kivikakk committed Sep 10, 2021
2 parents 407c943 + bd32db7 commit 1d1d192
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
24 changes: 4 additions & 20 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ twoway = "0.2"
pest = "2"
pest_derive = "2"
shell-words = "1.0"
syntect = { version = "4.6", optional = true }
syntect = { version = "4.6", optional = true, default-features = false, features = ["assets", "dump-load", "html", "regex-onig"] }

[dev-dependencies]
timebomb = "0.1.2"
Expand Down

0 comments on commit 1d1d192

Please sign in to comment.