fix(ci): enable cross-compilation in release workflow and bump obikmer #42

Merged
coissac merged 1 commits from push-sxlpkrkyuttk into main 2026-06-22 14:31:27 +00:00
3 changed files with 4 additions and 2 deletions
Showing only changes of commit 68b05b93c4 - Show all commits
+2
View File
@@ -41,6 +41,8 @@ jobs:
restore-keys: linux-musl-cargo-
- name: Build static binary
env:
PKG_CONFIG_ALLOW_CROSS: "1"
run: cargo zigbuild --release --target x86_64-unknown-linux-musl
- name: Prepare artifact
+1 -1
View File
@@ -1704,7 +1704,7 @@ dependencies = [
[[package]]
name = "obikmer"
version = "1.1.13"
version = "1.1.14"
dependencies = [
"clap",
"csv",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "obikmer"
version = "1.1.13"
version = "1.1.14"
edition = "2024"
[[bin]]