summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Moroney <darakian@gmail.com>2020-07-12 11:17:29 -0700
committerGitHub <noreply@github.com>2020-07-12 11:17:29 -0700
commitec63f1d9a7c250dee97ff8b0bbdfd240260bc32e (patch)
treee2d642a321abf4ada21b8bd840a6da25ce91e231
parent2992e6c0fd586ff4253f1ff3de9b3d02f8cac40a (diff)
parent2eed388ff979aa968d1b54401ecf234be0d327b2 (diff)
Merge pull request #31 from darakian/bump-version-to-0.11.1
update version number and remove unused import
-rw-r--r--Cargo.toml2
-rw-r--r--src/utils.rs1
2 files changed, 1 insertions, 2 deletions
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 <jmoroney@hawaii.edu>"]
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};