diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8edd795..bfcc6d6 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "_rust_scatac_fragment_tools" -version = "0.1.2" +version = "0.1.3" authors = ["Seppe De Winter ", "Gert Hulselmans "] edition = "2021" @@ -15,6 +15,6 @@ itertools = "0.13.0" pyo3 = { version = "0.22.1", features = ["abi3-py38", "extension-module"] } [target.'cfg(not(all(target_os = "linux", target_arch = "powerpc64")))'.dependencies] -rust-htslib = { version = "0.47.0", default-features = false, features = ["libdeflate"] } +rust-htslib = { version = "0.48.0", default-features = false, features = ["libdeflate"] } [target.'cfg(all(target_os = "linux", target_arch = "powerpc64"))'.dependencies] -rust-htslib = { version = "0.47.0", default-features = false } +rust-htslib = { version = "0.48.0", default-features = false }