duesee / imap-codec

Rock-solid and complete codec for IMAP
Apache License 2.0
35 stars 13 forks source link

build: Remove PyO3 version patch when new release is available #516

Closed HenningHolmDE closed 1 week ago

HenningHolmDE commented 1 week ago

Introducing PyO3 for the Python bindings, the minimal version check failed due to an incorrectly specified subdependency.

Package pyo3-build-config v0.21.2 specifies its target-lexicon dependency with version "0.12", however, only versions from 0.12.6 on will work.

While this has already been fixed in PyO3's repository, there has not been a new release including this fix yet. The pyo3-build-config dependendy is therefore patched to the Git revision for the meantime.

This issue serves as a reminder to remove the patch from Cargo.toml and deny.toml when a new release is available.