Skip to content
Snippets Groups Projects
Commit cc93f175 authored by cypherpunks's avatar cypherpunks
Browse files

rust/protover: fix hyphen parsing bug in ProtoSet::from_str()

It was parsing "1-2-3" as if it were 1-2, ignoring the 2nd hyphen
and everything after.

Introduced in d1820c15.

Fixes #27164; bugfix on 0.3.3.1-alpha.
parent 936e2aa0
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment