Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is needed because currently it fails on Linux ARM64 with: ``` error[E0308]: mismatched types --> src/bcf/header.rs:120:17 | 117 | htslib::bcf_hdr_subset( | ---------------------- arguments to this function are incorrect ... 120 | name_pointers.as_ptr(), | ^^^^^^^^^^^^^^^^^^^^^^ expected `*const *mut u8`, found `*const *mut i8` | = note: expected raw pointer `*const *mut u8` found raw pointer `*const *mut i8` ``` Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
- Loading branch information