Skip to content

Commit

Permalink
Fix -sys crate to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
jguhlin committed Aug 16, 2024
1 parent f8d2f15 commit cc889f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ simdutf8 = {version = "0.1", optional = true}
needletail = { version = "0.5", optional = true, default-features = false}

# Dep for development
minimap2-sys = { path = "./minimap2-sys" }
# minimap2-sys = "0.1.19"
# minimap2-sys = { path = "./minimap2-sys" }
minimap2-sys = "0.1.19"
rust-htslib = { version = "0.47", default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit cc889f7

Please sign in to comment.