Skip to content

Commit

Permalink
updates clap for zsh completions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Oct 24, 2016
1 parent a845a6e commit dffc2e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ rustls-backend = ["download/rustls-backend"]
# Include in the default set to disable self-update and uninstall.
no-self-update = []

# Used to change behavior of self-update and uninstall if installed via MSI
# Used to change behavior of self-update and uninstall if installed via MSI
msi-installed = []

[dependencies]
rustup-dist = { path = "src/rustup-dist", version = "0.6.4" }
rustup-utils = { path = "src/rustup-utils", version = "0.6.4" }
download = { path = "src/download" }
error-chain = "0.5.0"
clap = "2.11.3"
clap = "2.16.0"
regex = "0.1.41"
url = "1.1.0"
term = "0.4.4"
Expand Down

0 comments on commit dffc2e5

Please sign in to comment.