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

@ -11,7 +11,7 @@ license = "GPL-3.0"
[dependencies]
async-trait = "0.1.64"
binstalk-downloader = { version = "0.3.2", path = "../binstalk-downloader" }
binstalk-downloader = { version = "0.3.2", path = "../binstalk-downloader", default-features = false }
binstalk-types = { version = "0.2.0", path = "../binstalk-types" }
cargo_toml = "0.15.1"
command-group = { version = "2.0.1", features = ["with-tokio"] }