v23.11.0 #163
sourcefrog
announced in
Announcements
v23.11.0
#163
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changed:
cargo mutants
now tries to match the behavior ofcargo test
when run within a workspace. If run in a package directory, it tests only that package. If run in a workspace that is not a package (a "virtual workspace"), it tests the configured default packages, or otherwise all packages. This can all be overridden with the--package
or--workspace
options.New: generate key-value map values from types like
BTreeMap<String, Vec<u8>>
.Changed: Send trace messages to stderr rather stdout, in part so that it won't pollute json output.
This discussion was created from the release v23.11.0.
Beta Was this translation helpful? Give feedback.
All reactions