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:
figsoda 2023-02-09 22:01:51 -05:00 committed by GitHub
parent d9dd611b9e
commit ff753f06f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 }