From 972c49d61746c804b0daf7a69a92cc93828204d9 Mon Sep 17 00:00:00 2001 From: Jan Starke Date: Thu, 16 May 2024 11:36:01 +0200 Subject: [PATCH] require more recent rust version --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index afa24e9..3fc303a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,10 @@ description = "CLI tools for digital forensics and incident response" repository = "https://github.com/dfir-dd/dfir-toolkit" license = "GPL-3.0" +# this version is required, because earlier versions handle missing `created` +# timestamps as `Uncategorized`, instead of `Unsupported` +rust-version = "1.78" + [package.metadata.deb] maintainer-scripts = "scripts/maintainer"