Skip to content

Commit

Permalink
Upgrade 'which' to remove indirect dependency on 'failure'.
Browse files Browse the repository at this point in the history
  • Loading branch information
prokopyl authored and emilio committed Sep 23, 2019
1 parent 43f8968 commit 8fd16b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 43 deletions.
45 changes: 3 additions & 42 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
Expand Up @@ -54,7 +54,7 @@ lazy_static = "1"
peeking_take_while = "0.1.2"
quote = { version = "1", default-features = false }
regex = "1.0"
which = { version = ">=1.0, <3.0", optional = true }
which = { version = "3.0", optional = true, default-features = false }
shlex = "0.1"
rustc-hash = "1.0.1"
# New validation in 0.3.6 breaks bindgen-integration:
Expand Down

0 comments on commit 8fd16b9

Please sign in to comment.