ChrisVilches/Term-Keep

Use only one regex crate

Closed this issue · 1 comments

Current Cargo.toml

regex = "1"
fancy-regex = "0.10.0"

The fancy-regex crate can do what regex can do, but not vice versa, so just leave fancy-regex.

Done, using only fancy-regex now.