Skip to content

Commit

Permalink
Merge pull request #65 from agostbiro/master
Browse files Browse the repository at this point in the history
chore: switch `zip` to `binstall-zip`
  • Loading branch information
roynalnaruto committed Oct 4, 2022
2 parents 5c679e6 + 1b11f9e commit ad9434b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 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 @@ -50,7 +50,7 @@ tracing = "0.1.30"
url = { version = "2.2.2", default-features = false }

[target.'cfg(all(target_os = "windows", target_arch = "x86_64"))'.dependencies]
zip = "0.6.2"
zip = { package = "binstall-zip", version = "0.6.3" }

[build-dependencies]
home = { version = "0.5.3", default-features = false }
Expand Down

0 comments on commit ad9434b

Please sign in to comment.