diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2021-04-23 15:33:09 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2021-04-23 15:33:57 -0700 |
| commit | b2c1dbbd33f89946a0edf5f884308c4cb11913a0 (patch) | |
| tree | d260ec186e4345733bf09ab29bf97156c14d404b /compiler/rustc_codegen_ssa | |
| parent | 484c61943f818272719bac81f6d5709fc5456438 (diff) | |
| download | rust-b2c1dbbd33f89946a0edf5f884308c4cb11913a0.tar.gz rust-b2c1dbbd33f89946a0edf5f884308c4cb11913a0.zip | |
Use tempfile
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 12f3b52a250..7a3d715df6d 100644 --- a/compiler/rustc_codegen_ssa/Cargo.toml +++ b/compiler/rustc_codegen_ssa/Cargo.toml @@ -14,7 +14,7 @@ itertools = "0.9" tracing = "0.1" libc = "0.2.50" jobserver = "0.1.22" -tempfile = "3.1" +tempfile = "3.2" pathdiff = "0.2.0" rustc_serialize = { path = "../rustc_serialize" } |
