From e57a6fb4578a5786acbef42fc63c9a378b19bede Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Sun, 11 Jan 2026 01:18:32 +0100 Subject: [PATCH] ci-test: restore tempfile as dev-dep for tests --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f77f2d8..4cb9855 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,3 +32,4 @@ gpgme = "0.11" [dev-dependencies] test-log = "0.2.19" serial_test = "3.3.1" +tempfile = "3.10.1"