chore: update zenoh-test to use workspace version#2597
Merged
OlivierHecart merged 3 commits intoMay 13, 2026
Merged
Conversation
rcgen 0.14.8 MSRV is 1.88.0
evshary
approved these changes
May 12, 2026
Contributor
evshary
left a comment
There was a problem hiding this comment.
Thank you @diogomatsubara
I believe the coverage issue in the CI is not related to the PR.
Contributor
Author
Looks like the code coverage will keep failing until we can update one of our dependencies on the zenoh-plugin-rest. Nightly got updated here: rust-lang/rust#155433 which in turn triggers the issue with rustix bytecodealliance/rustix#1620 and in our dependency chain, a very old version of rustix is pulled in by the rest plugin -> tide -> async-h1 -> async-io -> rustix |
Contributor
Author
|
CY pointed out to me on Discord that #2176 is the PR that should take care of replacing tide as dependency from the rest plugin. |
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
zenoh-test crate introduced in #2573 fails the release workflow https://github.com/eclipse-zenoh/zenoh/actions/runs/25643820800 due to the pinned version. It should use the workspace version instead.
What does this PR do?
Changes zenoh-test Cargo.toml to use version from the workspace instead of pinning it to 1.9.0
Why is this change needed?
Avoid failures in the release workflow
Related Issues
#2573
🏷️ Label-Based Checklist
Based on the labels applied to this PR, please complete these additional requirements:
Labels:
internal🏠 Internal Change
This PR is marked as internal (not user-facing):
Lighter review: Internal changes may have lighter review requirements.
Instructions:
- [ ]to- [x])This checklist updates automatically when labels change, but preserves your checked boxes.