criterion.rs
criterion.rs copied to clipboard
is it okay to bump the regex version to 1.5?
I have a few dependency conflicts due the low version of regex in criterion.
Hi @guanqun. How does bumping the minimum version of regex
to 1.5 help resolve dependency conflicts for you?
If your project (or your dev dependencies) depend on regex-1.5
then criterion
should automatically be built against that version with no problems.