Releases: taiki-e/cargo-hack
Releases · taiki-e/cargo-hack
0.6.24
- 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
.
0.6.23
- Fix ignoring optional dependencies when namespaced dependencies are used. (#241, thanks @xStrom)
0.6.21
- Support combining
--ignore-unknown-features
and --group-features
. (#240, thanks @kornelski)
0.6.19
- Fix bug in
--mutually-exclusive-features
option. (#235, thanks @sunmy2019)
0.6.18
- Update
toml_edit
to 0.22.
0.6.17
- Add
--mutually-exclusive-features
option. (#230, thanks @jhpratt)
0.6.16
- Fix "No such file or directory" error when
--no-private
flag is used with the workspace that the members
field contains glob. (#228)
0.6.15
- Remove dependency on
is-terminal
.