We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838c62b commit e257011Copy full SHA for e257011
mk/crates.mk
@@ -50,8 +50,8 @@
50
################################################################################
51
52
TARGET_CRATES := std extra green rustuv native flate arena glob term semver \
53
- uuid serialize sync getopts collections fourcc
54
-HOST_CRATES := syntax rustc rustdoc
+ uuid serialize sync getopts collections
+HOST_CRATES := syntax rustc rustdoc fourcc
55
CRATES := $(TARGET_CRATES) $(HOST_CRATES)
56
TOOLS := compiletest rustdoc rustc
57
0 commit comments