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
4
4
Subject: [PATCH] Patch 0001-Add-stdarch-Cargo.toml-for-testing.patch
5
5
6
6
---
7
- library/stdarch/Cargo.toml | 23 +++ ++++++++++++++++++++
8
- 1 file changed, 23 insertions(+)
7
+ library/stdarch/Cargo.toml | 20 ++++++++++++++++++++
8
+ 1 file changed, 20 insertions(+)
9
9
create mode 100644 library/stdarch/Cargo.toml
10
10
11
11
diff --git a/library/stdarch/Cargo.toml b/library/stdarch/Cargo.toml
12
12
new file mode 100644
13
- index 0000000..4c63700
13
+ index 0000000..bd6725c
14
14
--- /dev/null
15
15
+++ b/library/stdarch/Cargo.toml
16
- @@ -0,0 +1,21 @@
16
+ @@ -0,0 +1,20 @@
17
17
+ [workspace]
18
18
+ resolver = "1"
19
19
+ members = [
20
- + "crates/core_arch",
21
- + "crates/std_detect",
22
- + "crates/stdarch-gen-arm",
20
+ + "crates/*",
23
21
+ #"examples/"
24
22
+ ]
25
23
+ exclude = [
26
- + "crates/wasm-assert-instr-tests"
24
+ + "crates/wasm-assert-instr-tests",
25
+ + "rust_programs",
27
26
+ ]
28
27
+
29
28
+ [profile.release]
@@ -36,5 +35,5 @@ index 0000000..4c63700
36
35
+ opt-level = 3
37
36
+ incremental = true
38
37
- -
39
- 2.42.0
38
+ 2.50.1
40
39
You can’t perform that action at this time.
0 commit comments