Bumping version and fixing lock file

build error
This commit is contained in:
Kosa Matyas 2026-01-08 03:49:33 +02:00
parent 215025b80c
commit 3909b52b29
No known key found for this signature in database
GPG key ID: F2CB939C8AA67892

View file

@ -22,14 +22,14 @@ pkgver() {
prepare() {
cd "$srcdir/${pkgname%-git}"
export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
cargo fetch --target "$CARCH-unknown-linux-gnu"
}
build() {
cd "$srcdir/${pkgname%-git}"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo build --frozen --release --all-features
cargo build --release --all-features
}
package() {