Skip to content

Commit

Permalink
Merge pull request #1 from link2xt/regex-features
Browse files Browse the repository at this point in the history
Update regex and disable unneeded features
  • Loading branch information
kardeiz authored Oct 18, 2020
2 parents 4af0c75 + 730c7b5 commit 82a34a9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 74 deletions.
86 changes: 13 additions & 73 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 @@ -10,4 +10,4 @@ description = "A simple filename sanitizer, based on Node's sanitize-filename"

[dependencies]
lazy_static = "1.1.0"
regex = "1.0.5"
regex = { version = "1.4.1", default-features = false, features = ["std", "unicode-case"] }

0 comments on commit 82a34a9

Please sign in to comment.