Exclude windows-targets from the workspace · patricklam/verify-rust-std@b1460b9 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit b1460b9
Exclude windows-targets from the workspace
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -8,6 +8,7 @@ members = [ | ||
8 | 8 | exclude = [ |
9 | 9 | # stdarch has its own Cargo workspace |
10 | 10 | "stdarch", |
11 | +"windows_targets" | |
11 | 12 | ] |
12 | 13 | |
13 | 14 | [profile.release.package.compiler_builtins] |