Merge pull request #31 from darakian/bump-version-to-0.11.1

update version number and remove unused import
This commit is contained in:
Jon Moroney 2020-07-12 11:17:29 -07:00 committed by GitHub
commit ec63f1d9a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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"

View file

@ -1,4 +1,3 @@
use std::path::Path;
use std::fs::File;
use std::io::{Read, self};