v2.41.0
Pull Requests | Issues | v2.40.0...v2.41.0
Features
#3407 Support cargo install's --locked
option
https://aquaproj.github.io/docs/reference/registry-config/cargo-package
e.g. registry.yaml:
type: cargo
crate: rhit
cargo:
locked: true
--locked Assert that `Cargo.lock` will remain unchanged
#3399 update: Support filtering updated packages using package tags
https://aquaproj.github.io/docs/guides/package-tag
e.g.
aqua up -t bootstrap # Update only packages with a tag `bootstrap`
aqua up --exclude-tags bootstrap # Exclude packages with a tag `bootstrap`