Skip to content

Commit 7d5fbb2

Browse files
committed
Exclude windows-targets from the workspace
1 parent acb0241 commit 7d5fbb2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

library/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ members = [
88
exclude = [
99
# stdarch has its own Cargo workspace
1010
"stdarch",
11+
"windows_targets"
1112
]
1213

1314
[profile.release.package.compiler_builtins]

library/windows_targets/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ edition = "2021"
88
# Enable using raw-dylib for Windows imports.
99
# This will eventually be the default.
1010
windows_raw_dylib = []
11+
12+
[workspace]

0 commit comments

Comments
 (0)