You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump pyo3 from 0.13.2 to 0.15.0
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.13.2 to 0.14.5.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.13.2...v0.14.5)
---
updated-dependencies:
- dependency-name: pyo3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* workaround for linking bug in pyo3
The pyo3 build script removes python library link directives if you're
building an extension module.
This is problem if you want to build a binary that links against Python
and an extension module in the same project (like we are).
Rust features are additive, so it leaves the "extension-module" feature
enabled in the "shared" build of pyo3, this causes pyo3 to fail to emit
linking directives when building the console binary.
This only worked before because we were using two different versions of
pyo3.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jason Mobarak <[email protected]>
0 commit comments