chore: Update `PyO3` to `0.13`

This commit is contained in:
Dmitry Dygalo 2021-01-30 13:09:57 +01:00 committed by Dmitry Dygalo
parent 5bbb1a111b
commit b32de78359
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@
- `with_meta_schemas` argument for `is_valid` and update docstrings.
### Changed
- Update `PyO3` to `0.13`.
## [0.5.1] - 2021-01-29
### Changed

View File

@ -21,7 +21,7 @@ features = ["reqwest"]
[dependencies]
serde_json = "1"
serde = "1"
pyo3 = { version = "^0.12", features = ["extension-module"] }
pyo3 = { version = "^0.13", features = ["extension-module"] }
pyo3-built = "0.4"
[package.metadata.maturin]