What's Changed
- Add 64-bit RISC-V support by @felixonmars in #1001
- Run tests on CI with cargo-nextest by @messense in #1004
- Add support for invoking with
python3 -m maturin
by @messense in #1008 - Consider pyproject.toml features when detecting pyo3 by @daniestevez in #1014
- Respect user specified Rust target in
maturin develop
by @messense in #1016 - Use
cargo rustc --crate-type cdylib
on Rust nightly/dev channel by @messense in #1020 - Use cargo-nextest in
test-alpine
by @messense in #1021
New Contributors
- @felixonmars made their first contribution in #1001
- @daniestevez made their first contribution in #1014
Full Changelog: v0.13.0...v0.13.1