Skip to content

Commit

Permalink
bam: Remove bytes dependency
Browse files Browse the repository at this point in the history
This is no longer used.
  • Loading branch information
zaeleus committed Dec 11, 2024
1 parent 5a6ca3f commit b45d605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noodles-bam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ async = ["dep:futures", "dep:tokio", "noodles-bgzf/async"]
[dependencies]
bstr.workspace = true
byteorder.workspace = true
bytes.workspace = true
futures = { workspace = true, optional = true, features = ["std"] }
indexmap.workspace = true
memchr.workspace = true
Expand Down

0 comments on commit b45d605

Please sign in to comment.