diff --git a/Cargo.toml b/Cargo.toml index ddb7f9b..d8415c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ddh" -version = "0.11.0" +version = "0.11.1" authors = ["Jon Moroney "] edition = "2018" description = "Compare and contrast directories" diff --git a/src/utils.rs b/src/utils.rs index cf34a62..8b8a1df 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -1,4 +1,3 @@ -use std::path::Path; use std::fs::File; use std::io::{Read, self};