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

Prepare 0.0.19 Release with CI Packaging fix #129

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

cgettys-microsoft
Copy link
Contributor

@cgettys-microsoft cgettys-microsoft commented Jan 14, 2025

Prepare for 0.0.19 release

#120 added CI packaging. Unfortunately, cargo package in 1.84 stable toolchain doesn't handle unpublished packages in the same workspace (but cargo publish does)

This results in CI failures when bumping version (see #128).

The solution is to use nightly feature -Z package-workspace, which takes unpublished local versions into account.
A call for testing (https://github.com/rust-lang/cargo/issues/10948#issuecomment-2540365225) went out for 1.85.0-nightly (2024-12-01) and newer.

So install nightly as well and do that. Will need to be tweaked in a few months when that setting hopefully stabilizes.

Also, replace action-rs/toolchain with dtolnay/rust-toolchain, since action-rs/toolchain is no longer maintained.

@youyuanwu youyuanwu merged commit c046cd2 into Azure:main Jan 14, 2025
4 checks passed
@cgettys-microsoft cgettys-microsoft deleted the version-bump-19-with-ci-fix branch January 14, 2025 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants