Closed deuszx closed 7 months ago
As stated in https://github.com/inkdevhub/drink/pull/91#discussion_r1414578186 , that PR broke 0.8.4+ versions due to the incompatible changes made in the 4.0.0-rc1 releases of cargo-* packages.
0.8.4+
4.0.0-rc1
cargo-*
This means that downstream clients (like ink-wrapper-types) is now broken.
I'd suggest releasing 0.8.7 which depends on carge-* packages at version 3.2.0.
0.8.7
carge-*
3.2.0
As stated in https://github.com/inkdevhub/drink/pull/91#discussion_r1414578186 , that PR broke
0.8.4+
versions due to the incompatible changes made in the4.0.0-rc1
releases ofcargo-*
packages.This means that downstream clients (like ink-wrapper-types) is now broken.
I'd suggest releasing
0.8.7
which depends oncarge-*
packages at version3.2.0
.