Skip to content

Commit 46a97d9

Browse files
committed
hack that (dependency) tree!
1 parent 17602af commit 46a97d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/maturin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: PyO3/maturin-action@v1
3030
with:
3131
target: ${{ matrix.platform.target }}
32-
args: --release --out dist --find-interpreter --features openssl/vendored
32+
args: --release --out dist --find-interpreter
3333
manylinux: 2_28
3434
before-script-linux: |
3535
set -ex

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name = "hp"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12+
openssl-sys = { version = "*", features = ["vendored"] }
1213
pyo3 = { version = "0.23.4", features = ["extension-module"] }
1314
rust-htslib = "0.49.0"
1415
rayon = "1.10.0"

0 commit comments

Comments
 (0)