diff --git a/Cargo.lock b/Cargo.lock index 987a62b..b715dff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,7 +226,7 @@ dependencies = [ [[package]] name = "fse_dump" -version = "0.4.6" +version = "0.4.7" dependencies = [ "bus 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b1bd3b0..546d81a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "fse_dump" description = "Dumps the fseventsd entries from a mac" -version = "0.4.6" +version = "0.4.7" edition = "2018" authors = ["Adam Lesperance "]