criterion.rs icon indicating copy to clipboard operation
criterion.rs copied to clipboard

is it okay to bump the regex version to 1.5?

Open guanqun opened this issue 3 years ago • 2 comments

I have a few dependency conflicts due the low version of regex in criterion.

guanqun avatar Oct 22 '21 12:10 guanqun

Hi @guanqun. How does bumping the minimum version of regex to 1.5 help resolve dependency conflicts for you?

lemmih avatar Dec 28 '21 11:12 lemmih

If your project (or your dev dependencies) depend on regex-1.5 then criterion should automatically be built against that version with no problems.

lemmih avatar Dec 28 '21 12:12 lemmih