Skip to content

Commit 04dc9e1

Browse files
committed
Add odht to [workspace.dependencies].
1 parent 8cdf7c5 commit 04dc9e1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ itertools = "0.12.1"
6969
libc = "0.2.174"
7070
measureme = "12.0.3"
7171
memchr = "2.7.5"
72+
odht = { version = "0.3.1", features = ["nightly"] }
7273
proc-macro2 = "1.0.101"
7374
quote = "1.0.40"
7475
rustc-hash = "2.1.1"

compiler/rustc_hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
# tidy-alphabetical-start
88
bitflags.workspace = true
9-
odht = { version = "0.3.1", features = ["nightly"] }
9+
odht.workspace = true
1010
rustc_abi = { path = "../rustc_abi" }
1111
rustc_arena = { path = "../rustc_arena" }
1212
rustc_ast = { path = "../rustc_ast" }

compiler/rustc_metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024"
77
# tidy-alphabetical-start
88
bitflags.workspace = true
99
libloading = "0.8.0"
10-
odht = { version = "0.3.1", features = ["nightly"] }
10+
odht.workspace = true
1111
rustc_abi = { path = "../rustc_abi" }
1212
rustc_ast = { path = "../rustc_ast" }
1313
rustc_attr_parsing = { path = "../rustc_attr_parsing" }

0 commit comments

Comments
 (0)