wizardsardine / async-hwi

⚠️ The interface is not finalized 🚧 and currently specific to our needs with Liana
BSD 3-Clause "New" or "Revised" License
28 stars 17 forks source link

fix ledger app version parsing #30

Closed edouardparis closed 1 year ago

edouardparis commented 1 year ago

A release version may include a prerelease tag, which breaks Version::from_str. In order to parse it correctly, a Regex from https://semver.org/ is used instead.