diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2022-01-20 15:09:05 +0100 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2022-01-20 15:09:05 +0100 |
| commit | 820fd05e2908cf8f3e65c1fbe2400216da66b6b7 (patch) | |
| tree | 1289166f631efe2b23c2eadafda7c1a8741c9513 /compiler/rustc_codegen_ssa | |
| parent | 3713562c6a930e35593abc0239d8ceee87333e3b (diff) | |
| download | rust-820fd05e2908cf8f3e65c1fbe2400216da66b6b7.tar.gz rust-820fd05e2908cf8f3e65c1fbe2400216da66b6b7.zip | |
Update `thorin-dwp` to deduplicate `object`
Diffstat (limited to 'compiler/rustc_codegen_ssa')
| -rw-r--r-- | compiler/rustc_codegen_ssa/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml index 0dd27b9c651..8bbf25ce030 100644 --- a/compiler/rustc_codegen_ssa/Cargo.toml +++ b/compiler/rustc_codegen_ssa/Cargo.toml @@ -14,7 +14,7 @@ tracing = "0.1" libc = "0.2.50" jobserver = "0.1.22" tempfile = "3.2" -thorin-dwp = "0.1.1" +thorin-dwp = "0.2" pathdiff = "0.2.0" snap = "1" smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } |
