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
All set. There was a change to how error messages were reported in regex-syntax, which included an integration-style test in regex proper. But I never released the changes to regex-syntax. regex tests still passed since it was using what was on master, but they didn't pass with what was on crates.io. I decided to just move the integration-style test back down into regex-syntax, and cut new releases for both regex and regex-syntax.
This would have been caught by CI if I still had Cargo's minimal version check enabled, but one of the dependencies I rely on considers the minimal version check to be dubious, so I can't use it.
This did not happen on a previous release…
The text was updated successfully, but these errors were encountered: