chore: update obikmer to 1.1.24

Bumps the obikmer version in Cargo.toml from 1.1.21 to 1.1.24 and updates Cargo.lock to align with the upstream patch release (1.1.23). This ensures consistent dependency resolution across builds.
This commit is contained in:
Eric Coissac
2026-06-23 11:12:32 +02:00
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -112,7 +112,9 @@ jobs:
restore-keys: macos-arm64-cargo-
- name: Build macOS binary
run: cargo zigbuild --release --target aarch64-apple-darwin --no-default-features
env:
MACOSX_DEPLOYMENT_TARGET: "11.0"
run: cargo zigbuild --release --target aarch64-apple-darwin11.0 --no-default-features
- name: Prepare and upload artifact
env:
+1 -1
View File
@@ -1704,7 +1704,7 @@ dependencies = [
[[package]]
name = "obikmer"
version = "1.1.21"
version = "1.1.24"
dependencies = [
"clap",
"csv",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "obikmer"
version = "1.1.21"
version = "1.1.24"
edition = "2024"
[[bin]]