Skip to content

Add a lockfile and upgrade dependencies #4534

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

Merged
merged 1 commit into from
Jul 7, 2025
Merged

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented Jul 7, 2025

ctest is horribly inconsistent across targets for unclear reasons. It seems unlikely, but one possibility is that different versions of dependencies are getting used on different platforms. Attempt to mitigate this by adding a lockfile and upgrading all Cargo.toml dependencies to the latest version.

`ctest` is horribly inconsistent across targets for unclear reasons. It
seems unlikely, but one possibility is that different versions of
dependencies are getting used on different platforms. Attempt to
mitigate this by adding a lockfile and upgrading all `Cargo.toml`
dependencies to the latest version.
@rustbot rustbot added ctest Issues relating to the ctest crate S-waiting-on-review labels Jul 7, 2025
@tgross35 tgross35 added the stable-nominated This PR should be considered for cherry-pick to libc's stable release branch label Jul 7, 2025
@tgross35 tgross35 enabled auto-merge July 7, 2025 17:13
@tgross35
Copy link
Contributor Author

tgross35 commented Jul 7, 2025

Looks like not a ton of luck improving things here, but there also isn't any harm in being more consistent with our dependencies.

@tgross35 tgross35 added this pull request to the merge queue Jul 7, 2025
Merged via the queue into rust-lang:main with commit b512c35 Jul 7, 2025
49 of 52 checks passed
@tgross35 tgross35 deleted the lockfile branch July 7, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ctest Issues relating to the ctest crate stable-nominated This PR should be considered for cherry-pick to libc's stable release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants