mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
doc: explain what xtask-unpublished does
This commit is contained in:
parent
13413c64ff
commit
8eb3f51725
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user