diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-27 20:15:19 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-28 20:10:55 +1000 |
| commit | 77d2f0c16e0c3957052a3ecaccd9479be8efed87 (patch) | |
| tree | d64476dc2998d2dbec82e32aaa91498f786c9255 /compiler/rustc_metadata | |
| parent | ce02d34b2faa2f4b43bb438bf4f7021d54e79c92 (diff) | |
| download | rust-77d2f0c16e0c3957052a3ecaccd9479be8efed87.tar.gz rust-77d2f0c16e0c3957052a3ecaccd9479be8efed87.zip | |
Add `tempfile` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_metadata')
| -rw-r--r-- | compiler/rustc_metadata/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_metadata/Cargo.toml b/compiler/rustc_metadata/Cargo.toml index 019e951fa62..ce65a71acad 100644 --- a/compiler/rustc_metadata/Cargo.toml +++ b/compiler/rustc_metadata/Cargo.toml @@ -30,7 +30,7 @@ rustc_serialize = { path = "../rustc_serialize" } rustc_session = { path = "../rustc_session" } rustc_span = { path = "../rustc_span" } rustc_target = { path = "../rustc_target" } -tempfile = "3.7.1" +tempfile.workspace = true tracing.workspace = true # tidy-alphabetical-end |
