diff options
| author | Stuart Cook <Zalathar@users.noreply.github.com> | 2025-08-29 12:54:12 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-29 12:54:12 +1000 |
| commit | 2246dda682c4995e0e4b432b72f810da2d525833 (patch) | |
| tree | d0943e796c57429fa3c2fa7ab8ef7b443b5dd1e2 /compiler/rustc_resolve | |
| parent | 4ccf8ca7202d731cfb8fcea437a4413cf8e29af5 (diff) | |
| parent | 475c29d30f7d31c63fad132908fa325a4fc30efe (diff) | |
| download | rust-2246dda682c4995e0e4b432b72f810da2d525833.tar.gz rust-2246dda682c4995e0e4b432b72f810da2d525833.zip | |
Rollup merge of #145947 - nnethercote:workspace-members-2, r=Kobzol
Add more to the `[workspace.dependencies]` section in the top-level `Cargo.toml` Following on from rust-lang/rust#145740. r? `@Kobzol`
Diffstat (limited to 'compiler/rustc_resolve')
| -rw-r--r-- | compiler/rustc_resolve/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_resolve/Cargo.toml b/compiler/rustc_resolve/Cargo.toml index 7c5332c1662..4da4c0840df 100644 --- a/compiler/rustc_resolve/Cargo.toml +++ b/compiler/rustc_resolve/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] # tidy-alphabetical-start bitflags.workspace = true -indexmap = "2.4.0" +indexmap.workspace = true itertools.workspace = true pulldown-cmark = { version = "0.11", features = ["html"], default-features = false } rustc_arena = { path = "../rustc_arena" } |
