Skip to content

Commit 03f184e

Browse files
Merge pull request #3 from petrochenkov/master
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)
2 parents 9b0eee9 + d04ef4f commit 03f184e

File tree

2 files changed

+47
-30
lines changed

2 files changed

+47
-30
lines changed

Cargo.lock

Lines changed: 46 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99

1010
[dependencies]
1111
irc = "0.11.0"
12-
clap = "~2.19.0"
12+
clap = "~2.21.0"
1313
chan = "~0.1.0"
1414
chan-signal = "~0.1.0"
1515
log = "0.3"

0 commit comments

Comments
 (0)