Skip to content

Commit d1b3ea1

Browse files
committed
reinstall: Use workspace=true for tempfile dep
Signed-off-by: ckyrouac <[email protected]>
1 parent 0dd32de commit d1b3ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-reinstall-bootc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rustix = { workspace = true }
2525
serde = { workspace = true, features = ["derive"] }
2626
serde_json = { workspace = true }
2727
serde_yaml = "0.9.22"
28-
tempfile = "3.10.1"
28+
tempfile = { workspace = true }
2929
tracing = { workspace = true }
3030
uzers = "0.12.1"
3131
which = "7.0.2"

0 commit comments

Comments
 (0)