Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(py): reexport TermMatcher at toplevel (#13)
* fix(py): reexport TermMatcher at toplevel * chore: bump to v0.2.0 * ci(deps): install libssl-dev on linux * ci(deps): install libssl-dev+pkg-config on linux * ci(deps): update apt repos * ci(deps): install deps in maturin container * ci(deps): drop incorrect libssl install * chore(deps): use vendored tls feature via reqwest * ci: pin manylinux version * ci: restore manylinux auto version * chore(deps): reqwest native-tls -> rustls * ci: manually specify openssl dir * ci: explicit vendored openssl import * ci: temporarily disable linux binary dist * ci: before-script openssl install * ci: syntax * ci: update perl for openssl build deps * ci: debug * ci: disable uncommon linux archs * ci: add missing perl-ipc-cmd module * ci: force PERL5LIB * ci: fix PERL5LIB * ci: multiple paths in perl5lib * ci: PERL5LIB * ci: explicitely install perl-version * ci: rollback openssl * ci: native openssl * ci: re-add lock files + fix build * ci: downgrade openssl-src in lockfile
- Loading branch information