polkadot-fellows / runtimes

The various runtimes which make up the core subsystems of networks for which the Fellowship is represented.
GNU General Public License v3.0
125 stars 72 forks source link

Version of `log` is pinned to `0.4.20` #333

Closed ggwpez closed 1 week ago

ggwpez commented 1 month ago

We can currently not update to newer SDK versions since zombienet-sdk pins the version of log through using deno_net 0.115.

@pepoviola is on this i think.

pepoviola commented 1 month ago

Should be solved in the latest version, I will take a look. Thanks for the heads up @ggwpez!

pepoviola commented 1 month ago

Update: @ggwpez I just released a new version of zombienet-sdk (v0.2.3) that fix this issue. Thanks!