-
Notifications
You must be signed in to change notification settings - Fork 0
Update Rust crate cargo-hack to 0.6.0 #26
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cargo-hack-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11ad855 to
52ab62e
Compare
52ab62e to
bb6e778
Compare
bb6e778 to
053e248
Compare
053e248 to
2dd26f3
Compare
2dd26f3 to
a00c801
Compare
a00c801 to
5dee4cd
Compare
5dee4cd to
a5061e7
Compare
a5061e7 to
c477cf6
Compare
c477cf6 to
c22fd17
Compare
c22fd17 to
9a06d1c
Compare
9a06d1c to
64b5d4f
Compare
64b5d4f to
cbc8afe
Compare
8e6f6f1 to
8bded59
Compare
8bded59 to
2c09d24
Compare
06e333f to
dae9db0
Compare
dae9db0 to
bea7159
Compare
bea7159 to
6c72692
Compare
6c72692 to
8940362
Compare
8940362 to
ab247d9
Compare
ab247d9 to
d6b5b8d
Compare
d6b5b8d to
e1eb319
Compare
e1eb319 to
f51e211
Compare
f51e211 to
83da5f9
Compare
83da5f9 to
0401154
Compare
0401154 to
a0a859c
Compare
a0a859c to
d23ee9a
Compare
d23ee9a to
bd59150
Compare
bd59150 to
526faec
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
0.5.8->0.6.0Release Notes
taiki-e/cargo-hack (cargo-hack)
v0.6.39Compare Source
...includes.., but..is not a dependency" error.v0.6.38Compare Source
v0.6.37Compare Source
Fix
--mutually-exclusive-featuresinteracting with optional dependencies. (#276, thanks @xStrom)This is a re-land of the change added in 0.6.34 but reverted in 0.6.36 due to infinite recursion bug, with the infinite recursion bug fixed.
Update
toml_editto 0.23.v0.6.36Compare Source
v0.6.35Compare Source
Performance improvements.
Documentation improvements.
v0.6.34Compare Source
v0.6.33Compare Source
--excludewithout also specifying--workspace. (#258, thanks @xStrom)v0.6.32Compare Source
v0.6.31Compare Source
--partitionoption. (#253, thanks @ryoqun)v0.6.30Compare Source
v0.6.29Compare Source
v0.6.28Compare Source
--mutually-exclusive-featuresoption. (#250)v0.6.27Compare Source
--each-feature/--feature-powersetto early run a case that is likely to find a problem. (#247)v0.6.26Compare Source
--mutually-exclusive-featuresoption.v0.6.25Compare Source
--mutually-exclusive-featuresoption. (#245)v0.6.24Compare Source
Cargo.lockwith--version-range/--rust-versionexcept when necessary to work around old cargo bugs. (#242)If you want to ensure that the existing
Cargo.lockis respected in all cases, please use--locked.v0.6.23Compare Source
v0.6.22Compare Source
ctrlcto fix build error on macOS.v0.6.21Compare Source
--ignore-unknown-featuresand--group-features. (#240, thanks @kornelski)v0.6.20Compare Source
--lockedflag. (#236, thanks @epage)v0.6.19Compare Source
--mutually-exclusive-featuresoption. (#235, thanks @sunmy2019)v0.6.18Compare Source
toml_editto 0.22.v0.6.17Compare Source
--mutually-exclusive-featuresoption. (#230, thanks @jhpratt)v0.6.16Compare Source
--no-privateflag is used with the workspace that themembersfield contains glob. (#228)v0.6.15Compare Source
is-terminal.v0.6.14Compare Source
toml_editto 0.21.v0.6.13Compare Source
v0.6.12Compare Source
v0.6.11Compare Source
Fix handling of weak dependency features when namespaced features are not used together.
Improve performance by passing
--no-depstocargo metadataexcept when using--include-deps-features.v0.6.10Compare Source
v0.6.9Compare Source
--filter-platformtocargo metadata. (#223)v0.6.8Compare Source
--message-format. (#221)v0.6.7Compare Source
Group rustup output on GitHub Actions. (#219)
Improve error message when no rust-version field is specified. (#217)
v0.6.6Compare Source
Add
--rust-versionflag to perform commands on the Rust version ofpackage.rust-versionfield inCargo.toml. (#202, thanks @epage)Support mixed MSRV in
--version-rangeoption. (#213, thanks @epage)Previously, crates in a workspace must have the same MSRVs, but that restriction is now removed.
Support
..=as inclusive range syntax for--version-rangeoption to match Rust's inclusive range syntax. (#198)The old inclusive range syntax is now deprecated, but continues to be supported.
Group logs on GitHub Actions. (#206, #214)
This can be opt-out by using
--log-group=none, and can be force-enabled by--log-group=github-actions.Work around a rustup bug (rust-lang/rustup#3036) on Windows. (#209)
v0.6.5Compare Source
--at-least-one-offlag. (#193, thanks @kornelski)v0.6.4Compare Source
--no-privateflag with virtual workspace.v0.6.3Compare Source
...includes.., but..is not a dependency" error.v0.6.2Compare Source
v0.6.1Compare Source
--mutually-exclusive-featuresoption. (#235, thanks @sunmy2019)v0.6.0Compare Source
Add
--no-privateflag to excludepublish = falsecrates.This flag is more powerful than
--ignore-privateflag, because this also prevents private crates from affecting lockfile and metadata.Restore
Cargo.lockafter run to match behavior with cargo-minimal-versions and cargo-no-dev-deps, when--no-dev-deps,--remove-dev-deps, or--no-privateis used.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.