chore: bump obikmer to 1.2.1 and disable obikindex default features #69

Merged
coissac merged 1 commits from push-vzoxtyuuuxqn into main 2026-08-17 11:33:56 +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]]