paritytech / parity-scale-codec

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

Fix prelude imports in `decode_into` #464

Closed pmikolajczyk41 closed 1 year ago

pmikolajczyk41 commented 1 year ago

The Friday release was using bare Ok and assert_eq, which fails when no-implicit-prelude attribute is used. This causes ink master and PRs to fail (https://github.com/paritytech/ink/pull/1830).

This PR fixes it and bumps patch version

bkchr commented 1 year ago

Nice ty!

pmikolajczyk41 commented 1 year ago

@bkchr @koute @ggwpez I wanted to kindly ask if there's a possibility to make a release soon? it's pretty much necessary to continue ink development :)

bkchr commented 1 year ago

@pmikolajczyk41 done

pmikolajczyk41 commented 1 year ago

@bkchr thank you a lot!