mirror of
https://github.com/darakian/ddh.git
synced 2026-09-10 07:06:21 -04:00
Merge pull request #31 from darakian/bump-version-to-0.11.1
update version number and remove unused import
This commit is contained in:
commit
ec63f1d9a7
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
use std::path::Path;
|
||||
use std::fs::File;
|
||||
use std::io::{Read, self};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue