diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-22 13:07:23 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-27 14:21:21 +1000 |
| commit | 200f56d605e4e6cfad4ee4ef461a26c9c6a90f3d (patch) | |
| tree | 701ee5e2af3bf63e169bee9bae612229373fb920 /compiler/rustc_resolve | |
| parent | c50d2cc8078280a0dfdd562c7688e81b664e5880 (diff) | |
| download | rust-200f56d605e4e6cfad4ee4ef461a26c9c6a90f3d.tar.gz rust-200f56d605e4e6cfad4ee4ef461a26c9c6a90f3d.zip | |
Add `itertools` to `[workspace.dependencies]`.
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 356669704f1..7c5332c1662 100644 --- a/compiler/rustc_resolve/Cargo.toml +++ b/compiler/rustc_resolve/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" # tidy-alphabetical-start bitflags.workspace = true indexmap = "2.4.0" -itertools = "0.12" +itertools.workspace = true pulldown-cmark = { version = "0.11", features = ["html"], default-features = false } rustc_arena = { path = "../rustc_arena" } rustc_ast = { path = "../rustc_ast" } |
