Skip to content

Commit 8eb3f51

Browse files
committed
doc: explain what xtask-unpublished does
1 parent 13413c6 commit 8eb3f51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/xtask-unpublished/src/xtask.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//! `xtask-unpublished` outputs a table with publish status --- a local version
2+
//! and a version on crates.io for comparisons.
3+
//!
4+
//! This aims to help developers check if there is any crate required a new
5+
//! publish, as well as detect if a version bump is needed in CI pipeline.
6+
17
use std::collections::HashSet;
28

39
use cargo::core::registry::PackageRegistry;

0 commit comments

Comments
 (0)