samuelcolvin / rtoml

A fast TOML library for python implemented in rust.
https://pypi.org/project/rtoml/
MIT License
323 stars 28 forks source link

fix windows aarch64 using `pyo3/generate-import-lib` #73

Closed samuelcolvin closed 11 months ago

samuelcolvin commented 11 months ago

As suggested in https://github.com/PyO3/maturin-action/issues/237#issuecomment-1866284088 by @messense.

codecov[bot] commented 11 months ago

Codecov Report

Merging #73 (27292de) into main (20f3ae1) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #73 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 29 29 Branches 5 5 ========================================= Hits 29 29 ```