Skip to content

Commit

Permalink
Update rust dependencies and enable some features.
Browse files Browse the repository at this point in the history
Update rust dependencies and enable some features.
  • Loading branch information
ghuls committed Feb 5, 2024
1 parent f50c912 commit b7b20e2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ name = "_rust_scatac_fragment_tools"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.19.0"
rust-htslib = "0.44.1"
# 0.1.27 fails with error[E0412]: cannot find type `RawFd` in `std::os::fd
jobserver = ">=0.1.25,<0.1.27"
bgzip = "0.3.1"
itertools = "0.8.2"
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 b7b20e2

Please sign in to comment.