This is an archive of the discontinued Mercurial Phabricator instance.

rust-dependencies: update `regex` to 1.3.9
ClosedPublic

Authored by Alphare on May 29 2020, 6:34 AM.

Details

Summary

Version 1.3.8 introduces support for empty alternations, which makes
previously disallowed patterns usable in regex.

From a user's perspective, this means that glob patterns like *.py{,c} will
no longer generate an "invalid" regex and will use the Rust path.

1.3.9 is a bugfix release, might as well update to the latest one.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Alphare created this revision.May 29 2020, 6:34 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.