Skip to content

Commit 54dc048

Browse files
authored
Merge pull request #78 from ArcInstitute/update-bitnuc-dep
Update bitnuc dep
2 parents a3436a0 + 3546f0c commit 54dc048

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "binseq"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
edition = "2021"
55
description = "A high efficiency binary format for sequencing data"
66
license = "MIT"
@@ -13,7 +13,7 @@ keywords = ["bioinformatics", "nucleotide", "sequencing", "genomics", "fastq"]
1313
[dependencies]
1414
anyhow = "1.0.100"
1515
auto_impl = "1.3.0"
16-
bitnuc = "0.3.1"
16+
bitnuc = "0.3.2"
1717
bytemuck = "1.24.0"
1818
byteorder = "1.5.0"
1919
itoa = "1.0.15"

0 commit comments

Comments
 (0)