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
criterion depends on regex = "1.5". If you have a dependency on criterion, or any crate that depends on regex = "1.5", building with -Zminimal-versions fails because regex does not build on version 1.5.0 (with some feature flag enabled). Therefore, this version should be yanked in order to make builds depending on regex = "1.5" succeed.
Describe the bug at a high level.
criterion
depends onregex = "1.5"
. If you have a dependency on criterion, or any crate that depends onregex = "1.5"
, building with-Zminimal-versions
fails becauseregex
does not build on version 1.5.0 (with some feature flag enabled). Therefore, this version should be yanked in order to make builds depending onregex = "1.5"
succeed.See CHANGELOG.md version 1.5.1.
What are the steps to reproduce the behavior?
With any crate having
regex = "1.5"
:1.
The text was updated successfully, but these errors were encountered: