Skip to content

Commit

Permalink
Merge pull request #3 from petrochenkov/master
Browse files Browse the repository at this point in the history
Bump `clap` to fix the build on new versions of `rustc` (see [rust-lang/rust#42894](rust-lang/rust#42894) and [rust-lang/rust#40107](rust-lang/rust#40107) for details)
  • Loading branch information
LinuxMercedes authored Jul 8, 2017
2 parents 9b0eee9 + d04ef4f commit 03f184e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 30 deletions.
75 changes: 46 additions & 29 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"

[dependencies]
irc = "0.11.0"
clap = "~2.19.0"
clap = "~2.21.0"
chan = "~0.1.0"
chan-signal = "~0.1.0"
log = "0.3"
Expand Down

0 comments on commit 03f184e

Please sign in to comment.