From 18ebf054bed61de2ec7553d41fa81a8cc6938226 Mon Sep 17 00:00:00 2001 From: SuhasSrinivasan <32346517+SuhasSrinivasan@users.noreply.github.com> Date: Wed, 5 Aug 2026 17:26:35 -0700 Subject: [PATCH] Pin hts-sys to compatible bindings --- modkit-core/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modkit-core/Cargo.toml b/modkit-core/Cargo.toml index 881c7d8..458b0dd 100644 --- a/modkit-core/Cargo.toml +++ b/modkit-core/Cargo.toml @@ -44,6 +44,8 @@ random_color = "1.0.0" rayon = "1.8.0" regex = "1.4" rust-htslib = "0.46.0" +# rust-htslib 0.46 does not compile with the bindings shipped by hts-sys 2.2.1. +hts-sys = "=2.2.0" rust-lapper = "1.1.0" rustc-hash = "1.1.0" rv = "=0.16.0"