librasn / rasn

A Safe #[no_std] ASN.1 Codec Framework
Other
183 stars 43 forks source link

Manually fix the incompatible versions (a result of v0.13.0 release) and some clippy warnings #237

Closed Nicceboy closed 3 months ago

Nicceboy commented 3 months ago

Updated the dependency versions.

Nicceboy commented 3 months ago

Hmm, clippy warnings in CI seems to conflict with our best interests.

It wants to change ok_or_else( to ok_or(. This was performance issue with backtracing if I remember correctly.

XAMPPRocky commented 3 months ago

Thank you for your PR! I was going to fix this over the weekend, but now I don't have to 🙂