Skip to content

Commit

Permalink
update original
Browse files Browse the repository at this point in the history
  • Loading branch information
funkill committed May 10, 2024
1 parent f022f23 commit c444859
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rustbook-en/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 c444859

Please sign in to comment.