Remove --frozen flag for cargo-about (#26385)

This was added to support the nix build but accidentally broke our
bundling. I'll try to re-add it in a way that works for both in the
future.

Release Notes:

- N/A
This commit is contained in:
Julia Ryan 2025-03-10 11:35:59 -07:00 committed by GitHub
parent 73dfb10c16
commit 5ecc67f2ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -30,7 +30,6 @@ if [ -z "${ALLOW_MISSING_LICENSES-}" ]; then FAIL_FLAG=--fail; else FAIL_FLAG=""
set -x
cargo about generate \
$FAIL_FLAG \
--frozen \
-c script/licenses/zed-licenses.toml \
"$TEMPLATE_FILE" >>"$OUTPUT_FILE"
set +x