Update crate to Rust 2018 (#383)
This commit is contained in:
committed by
Sean McArthur
parent
b3351e675b
commit
db6b841e67
@@ -3,6 +3,7 @@ name = "genfixture"
|
||||
version = "0.1.0"
|
||||
authors = ["Carl Lerche <me@carllerche.com>"]
|
||||
publish = false
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
walkdir = "1.0.0"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
extern crate walkdir;
|
||||
|
||||
use self::walkdir::WalkDir;
|
||||
use walkdir::WalkDir;
|
||||
|
||||
use std::env;
|
||||
use std::path::Path;
|
||||
|
||||
@@ -3,5 +3,6 @@ name = "genhuff"
|
||||
version = "0.1.0"
|
||||
authors = ["Carl Lerche <me@carllerche.com>"]
|
||||
publish = false
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user