You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the info and the pull request, but my policy is to not accept pull requests that only update dependency versions.
I considered making an exception but it seems that Cargo already happily pulls in and uses the new versions of those two dependencies even with the Criterion-rs specifying a dependency on the old version, so there doesn't seem to be any particular urgency as users can simply update their lockfiles and get a newer version of regex and rayon.
I am using
criterion.rs
0.3.6 that it usescrossbeam
v0.8.6 (viarayon
1.5.1) and regexregex
v1.5.4. It throws high level warnings:But bugs can be fixed if we update rayon and regex (I can do the PR myself)
The text was updated successfully, but these errors were encountered: