Remove old version of cfg-if
by bumping packed_simd_2
and getrandom v0.2
versions
#106033
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
packed_simd_2
is only used as a dependency ofbytecount
which in turn is only used byrustfmt
. I can't see any issue with the minor version bump.The bigger jump is
[email protected]
which is used by a number of things, but 0.2.8 is still semver compatible and there doesn't seem to be any worrying changes (see the changelog). The only breaking change are the removal of XP, stdweb and CloudAbi support but these are not host targets and rustc lacks support for them in any case (stdweb development was abandonded, XP is tier 3 andno_std
and CloubAbi is no longer supported).Note that this doesn't affect
[email protected]
which is what std depends on and which is already using the latest version ofcfg-if
(besides, there are already plans to remove that entirely).