eclipse-zenoh-flow / zenoh-flow

zenoh-flow aims at providing a zenoh-based data-flow programming framework for computations that span from the cloud to the device.
Other
91 stars 20 forks source link

fix: clap dependency #238

Closed J-Loudet closed 7 months ago

J-Loudet commented 7 months ago

This is the reason why the release of version 0.6.0-alpha failed starting at the zenoh-flow-daemon crate: the constraint was not strict enough, it authorised pulling the version 4.5.x which require a MRSV of 1.74.


This is, unfortunately, a historical artefact: before the major crate-split the crate zenoh-flow-daemon was containing the executable and thus needed to provide a CLI (leveraging clap).

This dependency should have been removed.