File tree Expand file tree Collapse file tree 2 files changed +1
-537
lines changed Expand file tree Collapse file tree 2 files changed +1
-537
lines changed Original file line number Diff line number Diff line change 51
51
52
52
TARGET_CRATES := libc std green rustuv native flate arena glob term semver \
53
53
uuid serialize sync getopts collections num test time rand \
54
- workcache url log regex graphviz core rlibc alloc debug
54
+ url log regex graphviz core rlibc alloc debug
55
55
HOST_CRATES := syntax rustc rustdoc fourcc hexfloat regex_macros fmt_macros
56
56
CRATES := $(TARGET_CRATES ) $(HOST_CRATES )
57
57
TOOLS := compiletest rustdoc rustc
@@ -88,7 +88,6 @@ DEPS_test := std collections getopts serialize term time regex
88
88
DEPS_time := std serialize sync
89
89
DEPS_rand := core
90
90
DEPS_url := std collections
91
- DEPS_workcache := std serialize collections log
92
91
DEPS_log := std sync
93
92
DEPS_regex := std collections
94
93
DEPS_regex_macros = syntax std regex
You can’t perform that action at this time.
0 commit comments