mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Make disabling static and rustls features possible (#782)
Default features were turned on for binstalk and the `static` and `pkg-config` features of cargo-binstall didn't do anything
This commit is contained in:
parent
d9dd611b9e
commit
ff753f06f2
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ pkg-fmt = "zip"
|
|||
pkg-fmt = "zip"
|
||||
|
||||
[dependencies]
|
||||
binstalk = { path = "../binstalk", version = "0.7.1" }
|
||||
binstalk = { path = "../binstalk", version = "0.7.1", default-features = false }
|
||||
binstalk-manifests = { path = "../binstalk-manifests", version = "0.2.0" }
|
||||
clap = { version = "4.1.4", features = ["derive"] }
|
||||
crates_io_api = { version = "0.8.1", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue