diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-27 20:24:41 +1000 | 
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-28 20:11:43 +1000 | 
| commit | 2b26476ccd8c5a6c03ba513b37381ebb6532c980 (patch) | |
| tree | 001764748ec9b8de8e0cf570947607ca15ff1cb2 /compiler/rustc_pattern_analysis | |
| parent | 77b047aaab6de9ec20b3c4f2fa57743c16d8789c (diff) | |
| download | rust-2b26476ccd8c5a6c03ba513b37381ebb6532c980.tar.gz rust-2b26476ccd8c5a6c03ba513b37381ebb6532c980.zip | |
Add `rustc-hash` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_pattern_analysis')
| -rw-r--r-- | compiler/rustc_pattern_analysis/Cargo.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/rustc_pattern_analysis/Cargo.toml b/compiler/rustc_pattern_analysis/Cargo.toml index 45f43822b5c..e4909ab6d16 100644 --- a/compiler/rustc_pattern_analysis/Cargo.toml +++ b/compiler/rustc_pattern_analysis/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] # tidy-alphabetical-start -rustc-hash = "2.0.0" +rustc-hash.workspace = true rustc_abi = { path = "../rustc_abi", optional = true } rustc_apfloat.workspace = true rustc_arena = { path = "../rustc_arena", optional = true } | 
