We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13413c6 commit 8eb3f51Copy full SHA for 8eb3f51
crates/xtask-unpublished/src/xtask.rs
@@ -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
+
7
use std::collections::HashSet;
8
9
use cargo::core::registry::PackageRegistry;
0 commit comments