Skip to content

Commit deecda6

Browse files
author
Keegan McAllister
committed
Macro crates now depend on librustc
1 parent d43a948 commit deecda6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mk/crates.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ DEPS_uuid := std serialize
8383
DEPS_sync := std alloc
8484
DEPS_getopts := std
8585
DEPS_collections := core alloc
86-
DEPS_fourcc := syntax std
87-
DEPS_hexfloat := syntax std
86+
DEPS_fourcc := rustc syntax std
87+
DEPS_hexfloat := rustc syntax std
8888
DEPS_num := std
8989
DEPS_test := std getopts serialize term time regex native:rust_test_helpers
9090
DEPS_time := std serialize sync
9191
DEPS_rand := core
9292
DEPS_url := std
9393
DEPS_log := std sync
9494
DEPS_regex := std
95-
DEPS_regex_macros = syntax std regex
95+
DEPS_regex_macros = rustc syntax std regex
9696
DEPS_fmt_macros = std
9797

9898
TOOL_DEPS_compiletest := test green rustuv getopts

0 commit comments

Comments
 (0)