Skip to content

Commit ed393ba

Browse files
authored
Update Cargo.toml
1 parent ef08f7a commit ed393ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bio = "0.41.0"
1212
clap = { version = "4.0.32", features = ["derive"] }
1313
env_logger = "0.10"
1414
log = "0.4"
15-
rust-htslib = "0.37.0"
15+
rust-htslib = { version = "0.37.0", default-features = false, features = ["static"] }
1616
serde = { version = "1.0", features = ["derive"] }
1717
csv = "1.1"
1818
protein-translate = "0.2.0"

0 commit comments

Comments
 (0)