doc: explain what xtask-unpublished does

This commit is contained in:
Weihang Lo 2023-05-10 23:28:45 +01:00
parent 13413c64ff
commit 8eb3f51725
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
//! `xtask-unpublished` outputs a table with publish status --- a local version
//! and a version on crates.io for comparisons.
//!
//! This aims to help developers check if there is any crate required a new
//! publish, as well as detect if a version bump is needed in CI pipeline.
use std::collections::HashSet;
use cargo::core::registry::PackageRegistry;