Skip to content

Commit

Permalink
Add another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jul 11, 2023
1 parent 069cefa commit e0e3530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/order-crates-for-publishing.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def is_self_dev_dep_with_dev_context_only_utils(package, dependency):
if dependency['req'] == no_explicit_version_specified:
is_special_cased = True
else:
# it's likely `{ workspace = true, ... }` is used, which implicitly pulls the
# version in...
sys.exit(
'Error: wrong dev-context-only-utils circular dependency. try: ' +
'{} = {{ path = ".", features = {} }}\n'
Expand Down

0 comments on commit e0e3530

Please sign in to comment.