For example instead of validating the version when uploading, let's do so before we even start building the project, or better yet launch the build process concurrently as we check the version. I just ran cargo publish, waited for a while while the build was in progress only to get an error message saying the version was already published on crates.io.
See #4377 for more fail-fast cases
For example instead of validating the version when uploading, let's do so before we even start building the project, or better yet launch the build process concurrently as we check the version. I just ran
cargo publish, waited for a while while the build was in progress only to get an error message saying the version was already published on crates.io.See #4377 for more fail-fast cases