PaulDance / cargo-liner

Cargo subcommand to install and update binary packages listed in configuration
https://crates.io/crates/cargo-liner
GNU General Public License v3.0
11 stars 2 forks source link

Add feature-flag support #2

Closed MaeIsBad closed 1 year ago

MaeIsBad commented 1 year ago

This adds support for feature flags

[packages]
cargo-expand = "*"
sqlx-cli = { version = "0.6.2", default-features = false, features = ["native-tls", "postgres"] }

this is useful to speed up the installation of larger binaries, like sqlx-cli

MaeIsBad commented 1 year ago

Sorry for not doing a better job on my first pass, I really should've done things like running clippy and updating the docs before opening the PR. Thanks for the throughout review :heart:

MaeIsBad commented 1 year ago

I changed the configuration of the GH repo a bit in order to relax workflow execution approval requirements

seems to work, I appreciate that!

MaeIsBad commented 1 year ago

Sorry for being so scatter brained with this PR, I think now I got everything

PaulDance commented 1 year ago

Sorry for being so scatter brained with this PR, I think now I got everything

Don't worry about that. Thank you so much for the great PR!

PaulDance commented 11 months ago

Released as part of v0.3.0.