From 369aa289c39838a535f1bd537393603ccaeb5d6c Mon Sep 17 00:00:00 2001 From: Adam Lesperance Date: Sat, 14 Jan 2023 09:46:25 -0600 Subject: [PATCH] New version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8661c08..fac3d6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,7 +272,7 @@ dependencies = [ [[package]] name = "fse_dump" -version = "1.8.4" +version = "1.8.5" dependencies = [ "bus", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index e20e349..374a4d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "fse_dump" description = "Dumps the fseventsd entries from a mac" -version = "1.8.4" +version = "1.8.5" edition = "2021" authors = ["Adam Lesperance "]