Skip to content

Commit

Permalink
trim syntect default features
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed Jul 2, 2024
1 parent 5dbe571 commit ec9e7fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 127 deletions.
126 changes: 0 additions & 126 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 i18n-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pulldown-cmark-to-cmark = "15.0.1"
regex = "1.10"
semver = "1.0.23"
serde_json.workspace = true
syntect = "5.2.0"
syntect = { version = "5.2.0", default-features = false, features = ["parsing", "default-syntaxes", "regex-onig"] }
textwrap = { version = "0.16.1", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit ec9e7fe

Please sign in to comment.