Skip to content

Commit 121f3e0

Browse files
authored
Merge pull request #113 from jguhlin/minimap2-release-0.1.23
Cargo.toml update
2 parents a514f3f + 171f74f commit 121f3e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@ exclude = ["minimappers2", "fakeminimap2", "minimap2-sys"]
2727

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

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

3835
[dev-dependencies]

0 commit comments

Comments
 (0)