We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43a948 commit deecda6Copy full SHA for deecda6
mk/crates.mk
@@ -83,16 +83,16 @@ DEPS_uuid := std serialize
83
DEPS_sync := std alloc
84
DEPS_getopts := std
85
DEPS_collections := core alloc
86
-DEPS_fourcc := syntax std
87
-DEPS_hexfloat := syntax std
+DEPS_fourcc := rustc syntax std
+DEPS_hexfloat := rustc syntax std
88
DEPS_num := std
89
DEPS_test := std getopts serialize term time regex native:rust_test_helpers
90
DEPS_time := std serialize sync
91
DEPS_rand := core
92
DEPS_url := std
93
DEPS_log := std sync
94
DEPS_regex := std
95
-DEPS_regex_macros = syntax std regex
+DEPS_regex_macros = rustc syntax std regex
96
DEPS_fmt_macros = std
97
98
TOOL_DEPS_compiletest := test green rustuv getopts
0 commit comments