Skip to content

Commit

Permalink
Merge main into only-new-async
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed May 9, 2024
2 parents c31d308 + 2a20b83 commit 0721b04
Show file tree
Hide file tree
Showing 7 changed files with 357 additions and 311 deletions.
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
1 change: 1 addition & 0 deletions ci/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ Submodules
submodule’s
suboptimal
subpath
subslices
substring
subteams
subtree
Expand Down
Loading

0 comments on commit 0721b04

Please sign in to comment.