Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ smallvec = "1.13" # Reduce heap allocs for small overlap/span vectors
# VCF/BCF parsing (noodles - pure Rust, no C dependencies)
# Note: noodles-bcf depends on noodles-vcf, so we use compatible versions
noodles-vcf = "0.84" # Updated from 0.72
noodles-bcf = "0.82" # Updated to match noodles-vcf
noodles-bcf = "0.83" # Updated to match noodles-vcf
noodles-core = "0.19" # Core types remain stable
noodles-bgzf = "0.35" # Updated for compatibility
flate2 = "1.1" # For gzip decompression
Expand Down
Loading