Skip to content

Commit

Permalink
Declare perf-literal feature and make it default
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrenierejm committed Sep 1, 2024
1 parent d8aaa0e commit 5675e68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ readme = "README.md"
repository = "https://github.com/phiresky/ripgrep-all"
version = "0.10.6"

[features]
default = ["perf-literal"]
perf-literal = ["regex/perf-literal"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down

0 comments on commit 5675e68

Please sign in to comment.