rs-versions
rs-versions copied to clipboard
Unable to parse a funky version scheme
Hey,
I'm trying to parse all my installed debian packages on a linux system and use this crate to get the version in a way it can be processed.
One package seems to have version which is not even parseable by Mess.
$ dpkg -l
ii libjs-jquery 3.6.1+dfsg+~3.5.14-1 all JavaScript library for dynamic web applications
I'm not sure why even Mess fails to parse this, looks like an obvious mess to me 😄
Amazing - I'll add a test case for this. Thanks for reporting.