mondeja / md-ulb-pwrap

Markdown paragraph wrapper using Unicode Line Breaking Algorithm written in Rust with Python bindings.
MIT License
0 stars 0 forks source link

Fix maturin version used to build Python bindings #8

Closed mondeja closed 1 month ago

mondeja commented 1 month ago

The new v0.1.1 has been built with maturin v0.14.4, when the previous was built with v1.2.0. This is probably due to https://github.com/PyO3/maturin-action/pull/46

Presumably fixes #7