reconcile/reconcile-python/Cargo.toml
dependabot[bot] fd1074eb90
Bump pyo3 from 0.24.2 to 0.28.2 in /reconcile-python
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.24.2 to 0.28.2.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.24.2...v0.28.2)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-version: 0.28.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-11 21:25:52 +00:00

16 lines
344 B
TOML

[package]
name = "reconcile-text-python"
version = "0.8.0"
edition = "2024"
rust-version = "1.94"
authors = ["Andras Schmelczer <andras@schmelczer.dev>"]
license = "MIT"
publish = false
[lib]
name = "_native"
crate-type = ["cdylib"]
[dependencies]
reconcile-text = { path = ".." }
pyo3 = { version = "0.28", features = ["extension-module"] }