diff options
| author | klensy <klensy@users.noreply.github.com> | 2024-02-23 16:37:47 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2024-03-08 12:34:05 +0300 |
| commit | 52501c2a75143ca18eed4d4a72463c27dae450fd (patch) | |
| tree | c8d363f35ecbc0e41e3813b736d9825bf3622778 /compiler/rustc_codegen_llvm | |
| parent | 9fb91aa2e70bfcc1c0adaad79711f0321ea81ece (diff) | |
| download | rust-52501c2a75143ca18eed4d4a72463c27dae450fd.tar.gz rust-52501c2a75143ca18eed4d4a72463c27dae450fd.zip | |
bump itertools to 0.12
still depend on 0.11: * clippy * rustfmt, sigh
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml index 3948a49ee2a..3fda59e8b52 100644 --- a/compiler/rustc_codegen_llvm/Cargo.toml +++ b/compiler/rustc_codegen_llvm/Cargo.toml @@ -9,7 +9,7 @@ test = false [dependencies] # tidy-alphabetical-start bitflags = "2.4.1" -itertools = "0.11" +itertools = "0.12" libc = "0.2" measureme = "11" object = { version = "0.32.0", default-features = false, features = ["std", "read"] } |
