diff --git a/crates/xtask-unpublished/src/xtask.rs b/crates/xtask-unpublished/src/xtask.rs index aa47f86d0..f1086951f 100644 --- a/crates/xtask-unpublished/src/xtask.rs +++ b/crates/xtask-unpublished/src/xtask.rs @@ -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;