File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ edition = "2021"
66[dependencies ]
77# tidy-alphabetical-start
88bitflags = " 2.4.1"
9- rustc_data_structures = { path = " ../rustc_data_structures" , optional = true }
109rand = { version = " 0.9.0" , default-features = false , optional = true }
1110rand_xoshiro = { version = " 0.7.0" , optional = true }
11+ rustc_data_structures = { path = " ../rustc_data_structures" , optional = true }
1212rustc_feature = { path = " ../rustc_feature" , optional = true }
1313rustc_index = { path = " ../rustc_index" , default-features = false }
1414rustc_macros = { path = " ../rustc_macros" , optional = true }
15- rustc_serialize = { path = " ../rustc_serialize" , optional = true }
15+ rustc_serialize = { path = " ../rustc_serialize" , optional = true }
1616rustc_span = { path = " ../rustc_span" , optional = true }
1717tracing = " 0.1"
1818# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments