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"
6969libc = " 0.2.174"
7070measureme = " 12.0.3"
7171memchr = " 2.7.5"
72+ odht = { version = " 0.3.1" , features = [" nightly" ] }
7273proc-macro2 = " 1.0.101"
7374quote = " 1.0.40"
7475rustc-hash = " 2.1.1"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2024"
66[dependencies ]
77# tidy-alphabetical-start
88bitflags.workspace = true
9- odht = { version = " 0.3.1 " , features = [ " nightly " ] }
9+ odht.workspace = true
1010rustc_abi = { path = " ../rustc_abi" }
1111rustc_arena = { path = " ../rustc_arena" }
1212rustc_ast = { path = " ../rustc_ast" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
77# tidy-alphabetical-start
88bitflags.workspace = true
99libloading = " 0.8.0"
10- odht = { version = " 0.3.1 " , features = [ " nightly " ] }
10+ odht.workspace = true
1111rustc_abi = { path = " ../rustc_abi" }
1212rustc_ast = { path = " ../rustc_ast" }
1313rustc_attr_parsing = { path = " ../rustc_attr_parsing" }
You can’t perform that action at this time.
0 commit comments