chore: disable default features for obikindex

Explicitly sets `default-features = false` for the `obikindex` dependency to ensure no default features are activated during dependency resolution and compilation.
This commit is contained in:
Eric Coissac
2026-08-17 12:33:59 +02:00
parent 700eaeaed2
commit 6e96b56b67
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "obikmer"
version = "1.2.0"
version = "1.2.1"
edition = "2024"
[[bin]]
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
obikindex = { path = "../obikindex" }
obikindex = { path = "../obikindex", default-features = false }
obikseq = { path = "../obikseq" }
obikpartitionner = { path = "../obikpartitionner" }
obiskio = { path = "../obiskio" }