File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 1- From b8f3eed3053c9333b5dfbeaeb2a6a65a4b3156df Mon Sep 17 00:00:00 2001
2- From: Antoni Boucher <bouanto@zoho .com>
3- Date: Tue, 29 Aug 2023 13:06:34 -0400
1+ From 190e26c9274b3c93a9ee3516b395590e6bd9213b Mon Sep 17 00:00:00 2001
2+ From: None <none@example .com>
3+ Date: Sun, 3 Aug 2025 19:54:56 -0400
44Subject: [PATCH] Patch 0001-Add-stdarch-Cargo.toml-for-testing.patch
55
66---
7- library/stdarch/Cargo.toml | 23 +++ ++++++++++++++++++++
8- 1 file changed, 23 insertions(+)
7+ library/stdarch/Cargo.toml | 20 ++++++++++++++++++++
8+ 1 file changed, 20 insertions(+)
99 create mode 100644 library/stdarch/Cargo.toml
1010
1111diff --git a/library/stdarch/Cargo.toml b/library/stdarch/Cargo.toml
1212new file mode 100644
13- index 0000000..4c63700
13+ index 0000000..bd6725c
1414--- /dev/null
1515+++ b/library/stdarch/Cargo.toml
16- @@ -0,0 +1,21 @@
16+ @@ -0,0 +1,20 @@
1717+ [workspace]
1818+ resolver = "1"
1919+ members = [
20- + "crates/core_arch",
21- + "crates/std_detect",
22- + "crates/stdarch-gen-arm",
20+ + "crates/*",
2321+ #"examples/"
2422+ ]
2523+ exclude = [
26- + "crates/wasm-assert-instr-tests"
24+ + "crates/wasm-assert-instr-tests",
25+ + "rust_programs",
2726+ ]
2827+
2928+ [profile.release]
@@ -36,5 +35,5 @@ index 0000000..4c63700
3635+ opt-level = 3
3736+ incremental = true
3837- -
39- 2.42.0
38+ 2.50.1
4039
You can’t perform that action at this time.
0 commit comments