paritytech / parity-scale-codec

Lightweight, efficient, binary serialization and deserialization codec
Apache License 2.0
257 stars 94 forks source link

Follow-up on #605 #615

Closed serban300 closed 4 months ago

serban300 commented 4 months ago

Addressing the code review comments for https://github.com/paritytech/parity-scale-codec/pull/605

Also calling descend_ref() and ascend_ref() for read_vec_from_u8s(). Not sure if it was desired, or it was just a miss. To me it seems like they should be called. I hope I understood correctly.

Please note that this PR also updates the rust toolchain used by the CI from 1.73.0 to version 1.79.0. We need this in order to use inline const.