You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not going to do all of this -- we'll do the parts that represent "locking what we've got" (steps 1, 2 and 4) but not adopt minimal-deps or change resolver or anything like that.
Because it'd be weird / misleading to say we're on resolver 2 but not re-resolve with it, and the point here is to not change any more deps at this point.
This does the env side of #1222 -- there are still core-side things to
do but this is a step.
No packages are changed in the main lockfile here, just the one in the
fuzzer sub-workspace which was out of sync.
We're still not aggressive enough about making Cargo not change stuff underfoot. Plan:
--locked
to all cargo commands in every place we do anything in CI=
constraintscargo +nightly -Z minimal-dependencies update
or soThe text was updated successfully, but these errors were encountered: