Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packaging zenoh-util fails #760

Closed
fuzzypixelz opened this issue Feb 26, 2024 · 0 comments · Fixed by #761 or #798
Closed

Packaging zenoh-util fails #760

fuzzypixelz opened this issue Feb 26, 2024 · 0 comments · Fixed by #761 or #798
Labels
release Part of the next release

Comments

@fuzzypixelz
Copy link
Member

Describe the release item

Trying to publish all crates in the workspace to a Cargo registry fails with the following:

$ cargo publish --manifest-path commons/zenoh-util/Cargo.toml
error: failed to verify package tarball

Caused by:
  package `clap_derive v4.5.0` cannot be built because it requires rustc 1.74 or newer, 
  while the currently active rustc version is 1.72.0

This is essentially the same issue in #740. However, zenoh-util needlessly depends on clap. And so does zenoh-plugin-rest, zenoh-plugin-sotrage-manager and zenoh-ext.

However, zenohd depends on clap which would've necessitated updating the toolchain if it weren't for the fact that Cargo publishes the lockfiles of crates that contain binary targets.

So technically, we need only remove unused clap dependencies in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Part of the next release
Projects
Status: Done
1 participant