Closed Berrysoft closed 3 weeks ago
Can you try the current master
branch (at least 13101d57253989e421c09619629cde216af4ac8f)? cargo install-update-config --build-profile release-lto $package
should work (and cargo install-update ...
should respect it if you gave it to cargo install $package
).
Seems that it works, thanks!
Great, released in v16.0.0
!
A default custom profile could be defined in
~/.cargo/config.toml
, for example,I would like to configure cargo-update to use a custom profile for specific installed crate.