Skip to content

Commit

Permalink
docs(impl): Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 31, 2024
1 parent 5226c52 commit f70ad43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ops/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ pub fn sort_workspace(ws_meta: &cargo_metadata::Metadata) -> Vec<&cargo_metadata
.iter()
.filter_map(|n| {
if members.contains(&n.id) {
// Ignore dev dependencies. This breaks dev dependency cyles and allows for
// Ignore dev dependencies. This breaks dev dependency cycles and allows for
// correct publishing order when a workspace package depends on the root package.

// It would be more correct to ignore only dev dependencies without a version
Expand Down

0 comments on commit f70ad43

Please sign in to comment.