Compare commits

..
3 Commits
Author SHA1 Message Date
coissac 0f389b37f2 Merge pull request 'chore: bump obikmer to 1.2.1 and disable obikindex default features' (#69) from push-vzoxtyuuuxqn into main
Reviewed-on: #69
2026-08-17 11:33:56 +00:00
Eric Coissac 66ab1d0947 chore: bump obikmer to 1.2.1 and disable obikindex default features
Release / create-release (push) Successful in 2m25s
ci.yml / build (pull_request) Successful in 4m34s
Release / build-linux-x86_64 (push) Successful in 8m18s
Release / build-macos-arm64 (push) Successful in 1m55s
Updates the obikmer lockfile version to 1.2.1 and configures the obikindex dependency to explicitly disable default features. These are manifest and lockfile adjustments that do not modify source code or alter application behavior.
2026-08-17 13:32:30 +02:00
coissac 5e2bb393e0 Merge pull request 'Push luqxvxskktxv' (#68) from push-luqxvxskktxv into main
Reviewed-on: #68
2026-08-17 10:35:12 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1793,7 +1793,7 @@ dependencies = [
[[package]]
name = "obikmer"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"clap",
"csv",
+1 -1
View File
@@ -8,7 +8,7 @@ name = "compare_sparse"
path = "src/main.rs"
[dependencies]
obikindex = { path = "../obikindex" }
obikindex = { path = "../obikindex", default-features = false }
obicompactvec = { path = "../obicompactvec" }
anyhow = "1"
fastrand = "2"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "obikmer"
version = "1.2.1"
version = "1.2.2"
edition = "2024"
[[bin]]