Skip to content

Commit

Permalink
Merge pull request #113 from jguhlin/minimap2-release-0.1.23
Browse files Browse the repository at this point in the history
Cargo.toml update
  • Loading branch information
jguhlin authored Jan 6, 2025
2 parents a514f3f + 171f74f commit 121f3e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ exclude = ["minimappers2", "fakeminimap2", "minimap2-sys"]

[dependencies]
libc = "0.2"
# simdutf8 = { version = "0.1", optional = true }
needletail = { version = "0.6", optional = true, default-features = false}

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

[dev-dependencies]
Expand Down

0 comments on commit 121f3e0

Please sign in to comment.