Skip to content

Commit

Permalink
bump rust-htslib version to default since it contains my fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Dec 9, 2024
1 parent 0a7eda7 commit e16de1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rust-htslib = {features = ["libdeflate", "static", "gcs", "s3"], git = "https://github.com/brentp/rust-htslib.git", branch = "bp-hts-sys" }
rust-htslib = {features = ["libdeflate", "static", "gcs", "s3"], version = "0.49.0"}
syn = "2.0.87"

libc = "*"
Expand Down

0 comments on commit e16de1f

Please sign in to comment.