Exclude windows-targets from the workspace

This commit is contained in:
Chris Denton 2024-08-09 11:04:25 +00:00
parent acb024110f
commit a1b2b7ff78
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE

View File

@ -8,6 +8,7 @@ members = [
exclude = [
# stdarch has its own Cargo workspace
"stdarch",
"windows_targets"
]
[profile.release.package.compiler_builtins]