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).
@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 :)
The Friday release was using bare
Ok
andassert_eq
, which fails whenno-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