Sourced from regex's changelog.
1.7.3 (2023-03-24)
This is a small release that fixes a bug in
Regex::shortest_match_at
that could cause it to panic, even when the offset given is valid.Bug fixes:
- [BUG #969](rust-lang/regex#969): Fix a bug in how the reverse DFA was called for
Regex::shortest_match_at
.
9582040
1.7.39562ccd
changelog: 1.7.3d94f955
dfa: fix bug in how the reverse DFA is called