We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b674a8 commit 9b2c537Copy full SHA for 9b2c537
Cargo.toml
@@ -6,11 +6,10 @@ edition = "2018"
6
7
[dependencies]
8
bincode = "1"
9
-mmap-bitvec = { git="ssh://git@github.com/onecodex/mmap-bitvec.git", branch="v0.3" }
+mmap-bitvec = { git="ssh://git@github.com/onecodex/mmap-bitvec.git", tag="v0.3.1" }
10
murmurhash3 = "0.0.5"
11
serde = "1.0.15"
12
serde_derive = "1.0.15"
13
14
[features]
15
-marker_lookup = ["mmap-bitvec/rank_lookup"]
16
prefetching = []
0 commit comments