Swap macos to zip, update binary lookup for binstall

This commit is contained in:
ryan kurte 2021-10-08 11:38:38 +13:00
parent 7d0b700ae2
commit 87449e29e7
3 changed files with 29 additions and 10 deletions

View file

@ -15,6 +15,8 @@ bin-dir = "{ bin }{ format }"
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"
[package.metadata.binstall.overrides.x86_64-apple-darwin]
pkg-fmt = "zip"
[dependencies]
crates_io_api = "0.7.0"