Releases: taiki-e/cargo-hack
Releases · taiki-e/cargo-hack
0.6.3
- Fix bug in
--no-private
flag on Windows.
0.6.2
-
Work around spurious "failed to select a version" error when
--version-range
option is used.(This does not work around the underlying cargo bug.)
0.6.1
- Fix bug in
--no-private
flag.
0.6.0
-
Add
--no-private
flag to excludepublish = 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.
0.5.29
- Documentation improvements.
0.5.28
0.5.27
-
Update
toml_edit
to 0.18. -
Update
lexopt
to 0.3
0.5.26
- Distribute prebuilt macOS universal binary.
0.5.25
- Update
toml_edit
to 0.16.