Skip to content

Commit 9b2c537

Browse files
committed
Update mmap-bitvec
1 parent 8b674a8 commit 9b2c537

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ edition = "2018"
66

77
[dependencies]
88
bincode = "1"
9-
mmap-bitvec = { git="ssh://git@github.com/onecodex/mmap-bitvec.git", branch="v0.3" }
9+
mmap-bitvec = { git="ssh://git@github.com/onecodex/mmap-bitvec.git", tag="v0.3.1" }
1010
murmurhash3 = "0.0.5"
1111
serde = "1.0.15"
1212
serde_derive = "1.0.15"
1313

1414
[features]
15-
marker_lookup = ["mmap-bitvec/rank_lookup"]
1615
prefetching = []

0 commit comments

Comments
 (0)