From 9e39a59f0ccdbd072dac57b4d6861156ef0ecd3b Mon Sep 17 00:00:00 2001 From: foxx Date: Sun, 14 Apr 2024 23:09:36 -0400 Subject: [PATCH] rev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 488c7d3..5277ca9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sys-compare" description = "Track Filesystem Integrity via 'Snapshots' which contain a HashMap of the files and their corresponding hash signature from a specified directory." -version = "0.1.7" +version = "0.1.8" edition = "2021" authors = ["james@koonts.net"] license = "MIT"