From 0786b8de6143fb75611b567b5df0741832a577c0 Mon Sep 17 00:00:00 2001 From: jkoonts Date: Sat, 30 Mar 2024 00:38:14 -0400 Subject: [PATCH] . --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4151a30..dff4c50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sys-compare" description = "Track Filesystem Integrity via 'Snapshots' containing hash of all files within specified directories." -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["james@koonts.net"] license = "MIT"