Skip to content

zb: tokio: remove lazy_static dep

Max Verevkin requested to merge MaxVerevkin/zbus:rem_lazy_static into main

Remove optional lazy_static because we already depend on once_cell, so there is no point to have it.

Merge request reports