File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ itertools = "0.12.1"
69
69
libc = " 0.2.174"
70
70
measureme = " 12.0.3"
71
71
memchr = " 2.7.5"
72
+ odht = { version = " 0.3.1" , features = [" nightly" ] }
72
73
proc-macro2 = " 1.0.101"
73
74
quote = " 1.0.40"
74
75
rustc-hash = " 2.1.1"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2024"
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
8
bitflags.workspace = true
9
- odht = { version = " 0.3.1 " , features = [ " nightly " ] }
9
+ odht.workspace = true
10
10
rustc_abi = { path = " ../rustc_abi" }
11
11
rustc_arena = { path = " ../rustc_arena" }
12
12
rustc_ast = { path = " ../rustc_ast" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
7
7
# tidy-alphabetical-start
8
8
bitflags.workspace = true
9
9
libloading = " 0.8.0"
10
- odht = { version = " 0.3.1 " , features = [ " nightly " ] }
10
+ odht.workspace = true
11
11
rustc_abi = { path = " ../rustc_abi" }
12
12
rustc_ast = { path = " ../rustc_ast" }
13
13
rustc_attr_parsing = { path = " ../rustc_attr_parsing" }
You can’t perform that action at this time.
0 commit comments