Skip to content

Commit

Permalink
Simplify regex dependency (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro committed Apr 19, 2021
1 parent 53b1d6e commit 1039658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "Apache-2.0"
travis-ci = { repository = "denisidoro/navi", branch = "master" }

[dependencies]
regex = "1.4.3"
regex = { version = "1.4.3", default-features = false, features = ["std", "unicode-perl"] }
clap = "3.0.0-beta.2"
crossterm = "0.19.0"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 1039658

Please sign in to comment.