diff options
| author | bors <bors@rust-lang.org> | 2024-10-20 19:01:54 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-20 19:01:54 +0000 |
| commit | 662180b34d95f72d05b7c467b0baf4d23d36b1e1 (patch) | |
| tree | 6111968d2e67340458548c212e739a6d1a9d3445 /src/tools/tidy | |
| parent | de977a5acf210f7d71ff83f4b8bc42c274ce4ed9 (diff) | |
| parent | 0c8d81b4df6c985b3c2ab383bc288a01ba8286aa (diff) | |
| download | rust-662180b34d95f72d05b7c467b0baf4d23d36b1e1.tar.gz rust-662180b34d95f72d05b7c467b0baf4d23d36b1e1.zip | |
Auto merge of #131949 - Noratrieb:fxhashup-thanks-alona, r=WaffleLapkin
Update rustc-hash to version 2 but again it's like #129533 but not closed by bors and rebased r? WaffleLapkin meow
Diffstat (limited to 'src/tools/tidy')
| -rw-r--r-- | src/tools/tidy/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/Cargo.toml b/src/tools/tidy/Cargo.toml index 928867be64f..42e608ff5ce 100644 --- a/src/tools/tidy/Cargo.toml +++ b/src/tools/tidy/Cargo.toml @@ -13,7 +13,7 @@ walkdir = "2" ignore = "0.4.18" semver = "1.0" termcolor = "1.1.3" -rustc-hash = "1.1.0" +rustc-hash = "2.0.0" fluent-syntax = "0.11.1" similar = "2.5.0" |
