Skip to content

Commit

Permalink
Remove unused jobserver and use latest git version for bgzip.
Browse files Browse the repository at this point in the history
Remove unused jobserver and use latest git version for bgzip.
  • Loading branch information
ghuls committed Feb 6, 2024
1 parent a54d31f commit 17eff51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ name = "_rust_scatac_fragment_tools"
crate-type = ["cdylib"]

[dependencies]
bgzip = "0.3.1"
bgzip = { git = "https://github.com/informationsea/bgzip-rs/", rev = "4492b5d6abb3e191c2eb007f148b704b654d528e", default-features = false, features = ["rust_backend", "rayon", "log"] }
itertools = "0.12.1"
jobserver = "0.1.27"
pyo3 = { version = "0.20.2", features = ["abi3-py38", "extension-module"] }
rust-htslib = { version = "0.44.1", default-features = false, features = ["libdeflate"] }

0 comments on commit 17eff51

Please sign in to comment.