Releases: taiki-e/cargo-hack
Releases · taiki-e/cargo-hack
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
- cargo-hack can now handle ctrl-c signal properly. Previously there was an issue with interoperability with
--no-dev-deps
flag.
0.3.0
- cargo-hack now works on windows.
- Fixed issue that when
--all
(--workspace
) and--package
flags are run in subcrate, the command does not apply to other crates in the workspace. - Banned
--no-dev-deps
flag with builds that require dev-dependencies. - cargo-hack is no longer does not generate temporary backup files.
0.2.1
0.2.0
-
Renamed
--ignore-non-exist-features
flag to--ignore-unknown-features
.
The old name can be used as an alias, but is deprecated.