Skip to content

Commit

Permalink
chore: updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Oct 29, 2015
1 parent 3815008 commit 2ed1ac8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 27 deletions.
50 changes: 32 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 3 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,13 @@ version = "0.1.0"
authors = ["Kevin K. <kbknapp@gmail.com>"]

[dependencies]
clap = "~1.2"
clap = "~1.4"
toml = "0.1"
semver = "0.1"
tabwriter = "0.1"
tempdir = "0.3"

[dependencies.ansi_term]
version = "0.6"
optional = true

[dependencies.clippy]
git = "https://github.com/Manishearth/rust-clippy"
optional = true
ansi_term = {version = "0.6", optional = true}
clippy = {version = "~0.0", optional = true}

[features]
default = ["color"]
Expand Down

0 comments on commit 2ed1ac8

Please sign in to comment.