File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
src/tools/run-make-support Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,24 @@ version = "0.0.0"
44edition = " 2024"
55
66[dependencies ]
7+
8+ # These dependencies are either used to implement part of support library
9+ # functionality, or re-exported to test recipe programs via the support library,
10+ # or both.
11+
12+ # tidy-alphabetical-start
713bstr = " 1.12"
14+ gimli = " 0.32"
15+ libc = " 0.2"
816object = " 0.37"
17+ regex = " 1.11"
18+ serde_json = " 1.0"
919similar = " 2.7"
1020wasmparser = { version = " 0.219" , default-features = false , features = [" std" ] }
11- regex = " 1.11"
12- gimli = " 0.32"
21+ # tidy-alphabetical-end
22+
23+ # Shared with bootstrap and compiletest
1324build_helper = { path = " ../../build_helper" }
14- serde_json = " 1.0"
15- libc = " 0.2"
1625
1726[lib ]
1827crate-type = [" lib" , " dylib" ]
You can’t perform that action at this time.
0 commit comments