File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ edition = "2021"
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
8
bitflags = " 2.4.1"
9
- rustc_data_structures = { path = " ../rustc_data_structures" , optional = true }
10
9
rand = { version = " 0.9.0" , default-features = false , optional = true }
11
10
rand_xoshiro = { version = " 0.7.0" , optional = true }
11
+ rustc_data_structures = { path = " ../rustc_data_structures" , optional = true }
12
12
rustc_feature = { path = " ../rustc_feature" , optional = true }
13
13
rustc_index = { path = " ../rustc_index" , default-features = false }
14
14
rustc_macros = { path = " ../rustc_macros" , optional = true }
15
- rustc_serialize = { path = " ../rustc_serialize" , optional = true }
15
+ rustc_serialize = { path = " ../rustc_serialize" , optional = true }
16
16
rustc_span = { path = " ../rustc_span" , optional = true }
17
17
tracing = " 0.1"
18
18
# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments