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 /src | |
| parent | 77b047aaab6de9ec20b3c4f2fa57743c16d8789c (diff) | |
| download | rust-2b26476ccd8c5a6c03ba513b37381ebb6532c980.tar.gz rust-2b26476ccd8c5a6c03ba513b37381ebb6532c980.zip | |
Add `rustc-hash` to `[workspace.dependencies]`.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/jsondoclint/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/tools/tidy/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/jsondoclint/Cargo.toml b/src/tools/jsondoclint/Cargo.toml index d8cd59f7b42..44beaf2ddfd 100644 --- a/src/tools/jsondoclint/Cargo.toml +++ b/src/tools/jsondoclint/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" anyhow = "1.0.62" clap = { version = "4.0.15", features = ["derive"] } fs-err = "2.8.1" -rustc-hash = "2.0.0" +rustc-hash.workspace = true rustdoc-json-types = { version = "0.1.0", path = "../../rustdoc-json-types" } serde = { version = "1.0", features = ["derive"] } serde_json.workspace = true diff --git a/src/tools/tidy/Cargo.toml b/src/tools/tidy/Cargo.toml index c1f27de7ed4..f43733665ed 100644 --- a/src/tools/tidy/Cargo.toml +++ b/src/tools/tidy/Cargo.toml @@ -14,7 +14,7 @@ ignore = "0.4.18" semver = "1.0" serde = { version = "1.0.125", features = ["derive"], optional = true } termcolor = "1.1.3" -rustc-hash = "2.0.0" +rustc-hash.workspace = true fluent-syntax = "0.12" similar = "2.5.0" toml = "0.7.8" |
