Skip to content

Commit

Permalink
Remove unnecessary excludes in Cargo.toml
Browse files Browse the repository at this point in the history
These don't really do anything due to a Cargo limitation (rust-lang/cargo#6745).
  • Loading branch information
Kobzol committed Jun 23, 2023
1 parent 78e7ecf commit 867c030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
exclude = ["collector/compile-benchmarks", "collector/runtime-benchmarks/bufreader", "rust/src"]
exclude = ["rust/src"]
members = ["collector", "collector/benchlib", "site", "database", "intern"]

[profile.release.package.site]
Expand Down

0 comments on commit 867c030

Please sign in to comment.