librasn / rasn

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

Breaking change in 0.12.6 breaks compilation of apple-codesign #233

Open roblabla opened 3 months ago

roblabla commented 3 months ago

CC https://github.com/indygreg/apple-platform-rs/issues/137

https://github.com/librasn/rasn/commit/6733000a7b2b850ba2f14c4aa34c9a415f3374cf#diff-d1ebeac1717b0f39fcc6191badf3eeba3f2db16ffa4620ee04694496788c20eeR634 this commit introduced a breaking change by changing the signature of the Decoder::decode_sequence function, specifically in the number of arguments it takes.

See this documentation:

This breaks the build of apple-codesign.

Would it be possible to yank the 0.12.6 and re-release as 0.13.0?

XAMPPRocky commented 3 months ago

Thank you for your issue! I've now yanked the version.