cargo-mutants 0.2.10 #64
sourcefrog
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cargo-mutants 0.2.10 comes with improved docs, and the new
-C
option can be used to pass options like--release
or--all-features
tocargo
.Added:
--cargo-arg
(or-C
for short) allows passing arguments to cargo commands (check, build, and test), for example to set--release
or--features
.Improved: Works properly if run from a subdirectory of a crate, or if
-d
points to asubdirectory of a crate.
Improved: Various docs.
Improved: Relative dependencies within the source tree are left as relative paths, and will be built within the scratch directory. Relative dependencies outside the source tree are still rewritten as absolute paths.
This discussion was created from the release cargo-mutants 0.2.10.
Beta Was this translation helpful? Give feedback.
All reactions