Adjust ci and PKGBUILD build args to feature changes

This commit is contained in:
bytedream 2023-09-21 19:20:00 +02:00
parent 64428ea7d1
commit 01913e0db3
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ build() {
export CARGO_HOME="$srcdir/cargo-home"
export RUSTUP_TOOLCHAIN=stable
cargo build --release --no-default-features --features openssl
cargo build --release
}
package() {