about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFolkert de Vries <folkert@folkertdev.nl>2025-07-11 01:25:52 +0200
committerFolkert de Vries <folkert@folkertdev.nl>2025-07-18 13:17:38 +0200
commit6ed7ee36e6839036b3e6d8b3a2d2f30310ddbfc6 (patch)
tree2ff22465aeafade8bb136f62905c44f0e6df579d
parent2b6d8f36c8b72b525a9768e8391e80aa714818d7 (diff)
downloadrust-6ed7ee36e6839036b3e6d8b3a2d2f30310ddbfc6.tar.gz
rust-6ed7ee36e6839036b3e6d8b3a2d2f30310ddbfc6.zip
exclude generated rust programs from the workspace
-rw-r--r--library/stdarch/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/stdarch/Cargo.toml b/library/stdarch/Cargo.toml
index 0db26f31a2d..59790964391 100644
--- a/library/stdarch/Cargo.toml
+++ b/library/stdarch/Cargo.toml
@@ -5,7 +5,8 @@ members = [
   "examples",
 ]
 exclude = [
-  "crates/wasm-assert-instr-tests"
+  "crates/wasm-assert-instr-tests",
+  "rust_programs",
 ]
 
 [profile.release]