fix(moonset): drop --locked flag for VCS package

--locked requires an up-to-date Cargo.lock at build time, which
is unreliable for -git packages where source changes continuously.
This commit is contained in:
nevaforget 2026-03-28 14:24:49 +01:00
parent f169d387d4
commit a72eca447b

View File

@ -30,7 +30,7 @@ pkgver() {
build() {
cd "$srcdir/moonset"
cargo build --release --locked
cargo build --release
}
package() {