Skip to content

Fix cargo upgrade to not break by using --incompatible#131

Merged
philiptaron merged 1 commit intomainfrom
fix-cargo-upgrade-incompatible
Dec 3, 2024
Merged

Fix cargo upgrade to not break by using --incompatible#131
philiptaron merged 1 commit intomainfrom
fix-cargo-upgrade-incompatible

Conversation

@willbush
Copy link
Copy Markdown
Member

@willbush willbush commented Dec 3, 2024

context: #130 (comment)

While --incompatible allows jumping to the next major version, it also means if doing so breaks the build, then the auto PR will break every week. Remove that and we can see there are pending new major version numbers via `cargo outdated'. This will require manual intervention.

@willbush willbush requested a review from a team December 3, 2024 05:32
Copy link
Copy Markdown
Contributor

@philiptaron philiptaron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kind of lame, cargo.

While `--incompatible` allows jumping to the next major version. it also means
it doing so breaks the build then the auto PR will break every week. Remove that
and we can see there are pending new major version numbers via `cargo outdated`.
@philiptaron philiptaron force-pushed the fix-cargo-upgrade-incompatible branch from 6003015 to 8a47cf9 Compare December 3, 2024 12:35
@philiptaron philiptaron enabled auto-merge December 3, 2024 12:37
@philiptaron philiptaron merged commit ed18ea7 into main Dec 3, 2024
@philiptaron philiptaron deleted the fix-cargo-upgrade-incompatible branch December 3, 2024 12:40
@philiptaron
Copy link
Copy Markdown
Contributor

Thanks for the PR, @willbush.

@mdaniels5757 mdaniels5757 mentioned this pull request Mar 22, 2026
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