Skip to content

Commit

Permalink
perf(syntect): disable default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioness100 committed Aug 12, 2022
1 parent 01e097d commit fc1616c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 96 deletions.
100 changes: 6 additions & 94 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "guess-that-lang"
version = "1.0.8"
version = "1.0.9"
rust-version = "1.63"
authors = ["Lioness100 <[email protected]>"]
edition = "2021"
Expand All @@ -23,5 +23,5 @@ crossterm = "0.25.0"
rand = "0.8.5"
regex = "1.6.0"
serde = { version = "1.0.143", features = ["derive"] }
syntect = "5.0.0"
syntect = { version = "5.0.0", default_features = false, features = ["parsing", "regex-onig"] }
ureq = { version = "2.5.0", features = ["json"] }

0 comments on commit fc1616c

Please sign in to comment.