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

Support packaging in CI #2735

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Support packaging in CI #2735

merged 1 commit into from
Sep 3, 2024

Conversation

texodus
Copy link
Member

@texodus texodus commented Sep 3, 2024

#2734 introduced packaging in CI for perspective and other Rust crates, but apparently cargo package does not work correctly inside a workspace due to the unpublished version numbers of sibling crates being verified against the upstream repo.

This PR updates the rust toolchain to version which supports the cargo feature package-workspace, which fixes this issue. Upgrading caused some new lint violations, which also needed correction.

Signed-off-by: Andrew Stein <[email protected]>
@texodus texodus added the internal Internal refactoring and code quality improvement label Sep 3, 2024
@texodus texodus merged commit 384ff64 into master Sep 3, 2024
10 checks passed
@texodus texodus deleted the update-rust-toolchain branch September 3, 2024 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal refactoring and code quality improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant