-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Bump cargo library to 0.72.2 for CVE patches #12462
Conversation
r? @ehuss (rustbot has picked a reviewer for you, use r? to override) |
|
I imagine there are going to need to be some backports to get CI passing. Can you identify how many will be needed? |
Wish we could have ##12181… I'll ping you when ready :) |
This will be required in the future (where "the future" is my PR which fails CI because of cargo here).
66f76c8
to
c7182e7
Compare
I guess that's it. Feel uncomfortable with nightly changes, especially cc @ehuss |
Those look fine to me, since they are mostly for tests which aren't important for publishing the library. The clone change seems harmless. Thanks! @bors r+ |
☀️ Test successful - checks-actions |
Fixes #12460
In order to make CI pass, these pull request has been cherr-picked:
.clone
#12213#[allow(internal_features)]
in RUSTC_BOOTSTRAP test #12429