diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-10-22 10:12:22 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-10-22 10:12:22 +0300 |
| commit | 5d540f4cc96460530e5056345d0325ff35a5746f (patch) | |
| tree | 1eea67e6482c5f42dac4074dbc538fa2941ea996 /compiler/rustc_pattern_analysis | |
| parent | 5038ee728227325ac0aca5e44c42171e473a93e3 (diff) | |
| parent | 1de57a5ce952c722f7053aeacfc6c90bc139b678 (diff) | |
| download | rust-5d540f4cc96460530e5056345d0325ff35a5746f.tar.gz rust-5d540f4cc96460530e5056345d0325ff35a5746f.zip | |
Merge from rust-lang/rust
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 0cb47e03441..34fb1bdf6fa 100644 --- a/compiler/rustc_pattern_analysis/Cargo.toml +++ b/compiler/rustc_pattern_analysis/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] # tidy-alphabetical-start -rustc-hash = "1.1.0" +rustc-hash = "2.0.0" rustc_apfloat = "0.2.0" rustc_arena = { path = "../rustc_arena", optional = true } rustc_data_structures = { path = "../rustc_data_structures", optional = true } |
