We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2652ba1 + c56c286 commit bcf3464Copy full SHA for bcf3464
mk/crates.mk
@@ -51,7 +51,7 @@
51
52
TARGET_CRATES := libc std green rustuv native flate arena glob term semver \
53
uuid serialize sync getopts collections num test time rand \
54
- workcache url log regex graphviz core rlibc alloc debug
+ url log regex graphviz core rlibc alloc debug
55
HOST_CRATES := syntax rustc rustdoc fourcc hexfloat regex_macros fmt_macros
56
CRATES := $(TARGET_CRATES) $(HOST_CRATES)
57
TOOLS := compiletest rustdoc rustc
@@ -88,7 +88,6 @@ DEPS_test := std collections getopts serialize term time regex
88
DEPS_time := std serialize sync
89
DEPS_rand := core
90
DEPS_url := std collections
91
-DEPS_workcache := std serialize collections log
92
DEPS_log := std sync
93
DEPS_regex := std collections
94
DEPS_regex_macros = syntax std regex
0 commit comments