chore: bump obikmer to 1.3.0 and disable obisys default features #71

Merged
coissac merged 1 commits from push-sllyqzuztwkr into main 2026-08-29 05:51:38 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 4d55258ada - Show all commits
+1 -1
View File
@@ -1480,7 +1480,7 @@ dependencies = [
[[package]]
name = "obikmer"
version = "1.2.2"
version = "1.3.0"
dependencies = [
"clap",
"csv",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "obikmer"
version = "1.2.3"
version = "1.3.0"
edition = "2024"
[[bin]]
@@ -11,7 +11,7 @@ path = "src/main.rs"
obikseq = { path = "../obikseq" }
obiread = { path = "../obiread" }
obipipeline = { path = "../obipipeline" }
obisys = { path = "../obisys" }
obisys = { path = "../obisys", default-features = false }
obikindex = { path = "../obikindex", default-features = false }
obikindexer = { path = "../obikindexer" }
obikalgorithm = { path = "../obikalgorithm" }