about summary refs log tree commit diff
path: root/src/tools/opt-dist
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-27 20:15:19 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-28 20:10:55 +1000
commit77d2f0c16e0c3957052a3ecaccd9479be8efed87 (patch)
treed64476dc2998d2dbec82e32aaa91498f786c9255 /src/tools/opt-dist
parentce02d34b2faa2f4b43bb438bf4f7021d54e79c92 (diff)
downloadrust-77d2f0c16e0c3957052a3ecaccd9479be8efed87.tar.gz
rust-77d2f0c16e0c3957052a3ecaccd9479be8efed87.zip
Add `tempfile` to `[workspace.dependencies]`.
Diffstat (limited to 'src/tools/opt-dist')
-rw-r--r--src/tools/opt-dist/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/opt-dist/Cargo.toml b/src/tools/opt-dist/Cargo.toml
index e419a75f5f2..b2833a9d7f1 100644
--- a/src/tools/opt-dist/Cargo.toml
+++ b/src/tools/opt-dist/Cargo.toml
@@ -17,7 +17,7 @@ tar = "0.4"
 xz = { version = "0.1", package = "xz2" }
 serde_json.workspace = true
 glob = "0.3"
-tempfile = "3.5"
+tempfile.workspace = true
 derive_builder = "0.20"
 clap = { version = "4", features = ["derive"] }
 tabled = { version = "0.15", default-features = false, features = ["std"] }