Skip to content

Commit

Permalink
Update rust-htslib to 0.46.0 and GSL to 7.0.0 for Linux ARM64 compati…
Browse files Browse the repository at this point in the history
…bility

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Apr 5, 2024
1 parent 0ffaf4d commit a4cf83a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ indicatif = "0.11"
itertools = "0.9"
log = "0.4.6"
fern = "0.5.7"
rust-htslib = "0.38"
rust-htslib = "0.46.0"
csv = "1.0.2"
rustc-serialize = "0.3"
newtype_derive = "0.1"
Expand All @@ -32,7 +32,7 @@ rocksdb = "0.19"
ordered-float = "0.5"
flate2 = "1.0.5"
streaming-stats = "0.2.2"
GSL = "1.1.0"
GSL = "7.0.0"
bio-types = ">=0.5.1"
derive-new = "0.5"
reqwest = "0.9"
Expand All @@ -54,7 +54,7 @@ path = "src/main.rs"


[features]
default = ["GSL/v2"]
default = ["GSL/v2_1"]

[profile.release]
codegen-units = 1
Expand All @@ -63,4 +63,4 @@ lto = "fat"
[profile.develop]
codegen-units = 128
inherits = "release"
lto = false
lto = false

0 comments on commit a4cf83a

Please sign in to comment.