cargo-nextest 0.9.145
Changed Configuration diagnostics now name the file each setting came from. For example, cargo nextest show-config version shows which file specified the nextest-version requirement, and cargo nextest show-config test-groups shows which file each override was defined in. For now, this is most useful when tool-specific config files are in play, but upcoming work to support local configuration files…