mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-23 14:06:56 +01:00
chore: flakebox install
This commit is contained in:
@@ -43,7 +43,7 @@ function check_cargo_lock() {
|
||||
set -euo pipefail
|
||||
|
||||
# https://users.rust-lang.org/t/check-if-the-cargo-lock-is-up-to-date-without-building-anything/91048/5
|
||||
flakebox-in-each-cargo-workspace cargo update --workspace --locked
|
||||
flakebox-in-each-cargo-workspace cargo update --workspace --locked |& while read -r note ; do echo "$note (cargo)"; done
|
||||
|
||||
}
|
||||
export -f check_cargo_lock
|
||||
|
||||
Reference in New Issue
Block a user