Skip to content

Commit

Permalink
Merge branch 'main' into chore/update-libdeflate
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester authored Dec 2, 2024
2 parents 9aa5649 + 90cee93 commit 20739f7
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 @@ -20,7 +20,7 @@ tag-message = "Version {{version}} of Rust-HTSlib."
libz-sys = { version = "1.1.0", default-features = false, features = ["zlib-ng", "static"] }
bzip2-sys = { version = "0.1.8", optional = true }
lzma-sys = { version = "0.1.16", optional = true, features = ["static"] }
curl-sys = { version = "0.4.44", optional = true, features = ["static-curl", "static-ssl", "protocol-ftp"] }
curl-sys = { version = "0.4.78", optional = true, features = ["static-curl", "static-ssl", "protocol-ftp"] }
libdeflate-sys = { version = "1.21.0", optional = true }

[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
Expand Down

0 comments on commit 20739f7

Please sign in to comment.