Skip to content

Commit

Permalink
Merge pull request #3914 from rust-lang/fix-workspace
Browse files Browse the repository at this point in the history
Fix workspace behavior by excluding `listings`
  • Loading branch information
chriskrycho authored May 9, 2024
2 parents 93a7176 + d4c69fd commit 2a20b83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
members = ["packages/*"]
default-members = ["packages/*"]
resolver = "2"
exclude = ["linkchecker"] # part of the CI workflow
exclude = [
"linkchecker", # linkchecker is part of the CI workflow
"listings", # these are intentionally distinct from the workspace
]

[workspace.dependencies]
walkdir = "2.3.1"
Expand Down

0 comments on commit 2a20b83

Please sign in to comment.