Skip to content

Commit

Permalink
Only use the essential parts of the regex crate
Browse files Browse the repository at this point in the history
  • Loading branch information
vandenoever committed Jul 20, 2020
1 parent d69dc94 commit 0c6493b
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 @@ -14,7 +14,7 @@ edition = "2018"
lazy_static = "1"
nom = "5"
rand = "0.5"
regex = "1"
regex = { version = "1", default-features = false, features = ["std"] }

# for the examples
chrono = "0.4"
Expand Down

0 comments on commit 0c6493b

Please sign in to comment.