Skip to content

Commit 5cc57ba

Browse files
committed
Auto merge of #148 - hannobraun:update-dependencies, r=japaric
Update dependencies
2 parents 8153f02 + 89c0c2d commit 5cc57ba

File tree

4 files changed

+1
-247
lines changed

4 files changed

+1
-247
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.rs.bk
33
*.svd
44
target
5+
Cargo.lock

Cargo.lock

Lines changed: 0 additions & 245 deletions
This file was deleted.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ path = "src/main.rs"
2929
[dependencies]
3030
cast = "0.2.2"
3131
clap = "2.26.0"
32-
either = "1.1.0"
3332
error-chain = "0.11.0"
3433
inflections = "1.1.0"
3534
quote = "0.3.15"

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
extern crate cast;
44
extern crate clap;
5-
extern crate either;
65
#[macro_use]
76
extern crate error_chain;
87
extern crate inflections;

0 commit comments

Comments
 (0)