Skip to content

Commit

Permalink
Fix bug in --no-private flag
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 28, 2023
1 parent 21b3561 commit bd8b8f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

- Fix bug in `--no-private` flag.

## [0.6.0] - 2023-08-28

- Add `--no-private` flag to exclude `publish = false` crates.
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ impl Args {
no_dev_deps,
remove_dev_deps,
no_private,
ignore_private,
ignore_private: ignore_private | no_private,
ignore_unknown_features,
optional_deps,
clean_per_run,
Expand Down

0 comments on commit bd8b8f2

Please sign in to comment.