Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 29, 2021

This PR contains the following updates:

Package Type Update Change
cargo-hack dependencies minor 0.5.8 -> 0.6.0

Release Notes

taiki-e/cargo-hack (cargo-hack)

v0.6.39

Compare Source

v0.6.38

Compare Source

  • Distribute prebuilt binaries for powerpc64le/riscv64gc/s390x Linux.

v0.6.37

Compare Source

  • Fix --mutually-exclusive-features interacting 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_edit to 0.23.

v0.6.36

Compare Source

  • Fix a regression introduced in 0.6.34 that caused a stack overflow. (#​272)

v0.6.35

Compare Source

  • Performance improvements.

  • Documentation improvements.

v0.6.34

Compare Source

  • Fix a regression introduced in 0.6.34 that caused a stack overflow. (#​272)

v0.6.33

Compare Source

  • Allow using --exclude without also specifying --workspace. (#​258, thanks @​xStrom)

v0.6.32

Compare Source

  • Disable quick-install fallback of cargo-binstall.

v0.6.31

Compare Source

v0.6.30

Compare Source

  • Always exit with 1 on SIGINT/SIGTERM/SIGHUP. Previously, it sometimes exited with 0, but this sometimes worked badly with CI systems that attempted to terminate processes in SIGINT during resource usage problems.

v0.6.29

Compare Source

v0.6.28

Compare Source

  • Fix bug in --mutually-exclusive-features option. (#​250)

v0.6.27

Compare Source

  • Adjust command order of --each-feature/--feature-powerset to early run a case that is likely to find a problem. (#​247)

v0.6.26

Compare Source

  • Minor performance improvement to --mutually-exclusive-features option.

v0.6.25

Compare Source

  • Fix bug in --mutually-exclusive-features option. (#​245)

v0.6.24

Compare Source

  • Respect the existing Cargo.lock with --version-range/--rust-version except when necessary to work around old cargo bugs. (#​242)
    If you want to ensure that the existing Cargo.lock is respected in all cases, please use --locked.

v0.6.23

Compare Source

  • Fix ignoring optional dependencies when namespaced dependencies are used. (#​241, thanks @​xStrom)

v0.6.22

Compare Source

v0.6.21

Compare Source

v0.6.20

Compare Source

v0.6.19

Compare Source

v0.6.18

Compare Source

  • Update toml_edit to 0.22.

v0.6.17

Compare Source

v0.6.16

Compare Source

  • Fix "No such file or directory" error when --no-private flag is used with the workspace that the members field contains glob. (#​228)

v0.6.15

Compare Source

  • Remove dependency on is-terminal.

v0.6.14

Compare Source

  • Update toml_edit to 0.21.

v0.6.13

Compare Source

  • Fix handling of optional dependency as features when namespaced features are not used together. This fixes a regression introduced in 0.6.11.

v0.6.12

Compare Source

  • Fix compatibility with old Cargo. This fixes a regression introduced in 0.6.11.

v0.6.11

Compare Source

  • Fix handling of weak dependency features when namespaced features are not used together.

  • Improve performance by passing --no-deps to cargo metadata except when using --include-deps-features.

v0.6.10

Compare Source

  • Fix compatibility with old Cargo. This fixes a regression introduced in 0.6.9.

v0.6.9

Compare Source

  • Improve performance and reduce disc usage by passing --filter-platform to cargo metadata. (#​223)

v0.6.8

Compare Source

  • Disable log grouping on GitHub Actions by default if an option is passed in which stdout is assumed to be used, such as --message-format. (#​221)

v0.6.7

Compare Source

  • Group rustup output on GitHub Actions. (#​219)

  • Improve error message when no rust-version field is specified. (#​217)

v0.6.6

Compare Source

  • Add --rust-version flag to perform commands on the Rust version of package.rust-version field in Cargo.toml. (#​202, thanks @​epage)

  • Support mixed MSRV in --version-range option. (#​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-range option 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)

    log-group

    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.5

Compare Source

v0.6.4

Compare Source

  • Fix bug in --no-private flag with virtual workspace.

v0.6.3

Compare Source

v0.6.2

Compare Source

v0.6.1

Compare Source

v0.6.0

Compare Source

  • Add --no-private flag to exclude publish = false crates.

    This flag is more powerful than --ignore-private flag, because this also prevents private crates from affecting lockfile and metadata.

  • Restore Cargo.lock after run to match behavior with cargo-minimal-versions and cargo-no-dev-deps, when --no-dev-deps, --remove-dev-deps, or --no-private is 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from 11ad855 to 52ab62e Compare January 5, 2022 14:04
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.5.9 Update Rust crate cargo-hack to 0.5.10 Jan 5, 2022
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.5.10 Update Rust crate cargo-hack to 0.5.11 Jan 21, 2022
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from 52ab62e to bb6e778 Compare January 21, 2022 08:25
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.5.11 Update Rust crate cargo-hack to 0.5.12 Jan 21, 2022
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from bb6e778 to 053e248 Compare January 21, 2022 16:31
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.5.12 Update Rust crate cargo-hack to 0.5.13 May 15, 2022
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from 053e248 to 2dd26f3 Compare May 15, 2022 20:55
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from 2dd26f3 to a00c801 Compare June 18, 2022 18:46
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.5.13 Update Rust crate cargo-hack to 0.5.14 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from a00c801 to 5dee4cd Compare September 25, 2022 16:23
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.5.14 Update Rust crate cargo-hack to 0.5.20 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from 5dee4cd to a5061e7 Compare November 20, 2022 13:27
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.5.20 Update Rust crate cargo-hack to 0.5.22 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from a5061e7 to c477cf6 Compare March 13, 2023 10:43
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.5.22 Update Rust crate cargo-hack to 0.5.28 Mar 13, 2023
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from c477cf6 to c22fd17 Compare March 13, 2023 10:45
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from c22fd17 to 9a06d1c Compare August 6, 2023 10:52
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.5.28 Update Rust crate cargo-hack to 0.5.29 Aug 6, 2023
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from 9a06d1c to 64b5d4f Compare August 28, 2023 19:45
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.5.29 Update Rust crate cargo-hack to 0.6.2 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from 64b5d4f to cbc8afe Compare August 28, 2023 22:27
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.2 Update Rust crate cargo-hack to 0.6.3 Aug 28, 2023
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.3 Update Rust crate cargo-hack to 0.6.4 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch 2 times, most recently from 8e6f6f1 to 8bded59 Compare September 4, 2023 13:09
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.4 Update Rust crate cargo-hack to 0.6.5 Sep 4, 2023
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from 8bded59 to 2c09d24 Compare September 9, 2023 08:22
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.5 Update Rust crate cargo-hack to 0.6.6 Sep 9, 2023
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from 06e333f to dae9db0 Compare December 5, 2023 14:02
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.13 Update Rust crate cargo-hack to 0.6.14 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from dae9db0 to bea7159 Compare December 16, 2023 16:26
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.14 Update Rust crate cargo-hack to 0.6.15 Dec 16, 2023
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from bea7159 to 6c72692 Compare January 24, 2024 17:21
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.15 Update Rust crate cargo-hack to 0.6.16 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from 6c72692 to 8940362 Compare February 3, 2024 14:10
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.16 Update Rust crate cargo-hack to 0.6.17 Feb 3, 2024
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from 8940362 to ab247d9 Compare February 10, 2024 18:12
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.17 Update Rust crate cargo-hack to 0.6.18 Feb 10, 2024
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from ab247d9 to d6b5b8d Compare February 17, 2024 00:46
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.18 Update Rust crate cargo-hack to 0.6.19 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from d6b5b8d to e1eb319 Compare February 21, 2024 03:26
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.19 Update Rust crate cargo-hack to 0.6.20 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from e1eb319 to f51e211 Compare March 6, 2024 17:33
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.20 Update Rust crate cargo-hack to 0.6.21 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from f51e211 to 83da5f9 Compare March 10, 2024 09:52
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.21 Update Rust crate cargo-hack to 0.6.22 Mar 10, 2024
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from 83da5f9 to 0401154 Compare March 27, 2024 17:06
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.22 Update Rust crate cargo-hack to 0.6.23 Mar 27, 2024
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.23 Update Rust crate cargo-hack to 0.6.24 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from 0401154 to a0a859c Compare April 1, 2024 15:14
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.24 Update Rust crate cargo-hack to 0.6.26 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from a0a859c to d23ee9a Compare April 2, 2024 13:31
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.26 Update Rust crate cargo-hack to 0.6.27 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from d23ee9a to bd59150 Compare April 17, 2024 16:18
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.27 Update Rust crate cargo-hack to 0.6.28 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/cargo-hack-0.x branch from bd59150 to 526faec Compare May 5, 2024 09:31
@renovate renovate bot changed the title Update Rust crate cargo-hack to 0.6.28 Update Rust crate cargo-hack to 0.6.0 May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant